#a335c8

Color #A335C8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A335C8

Tints of Dark Orchid #A335C8

Color information

#A335C8 (or 0xA335C8) is unknown color: approx Dark Orchid. HEX triplet: A3, 35 and C8. RGB value is (163,53,200). Sum of RGB (Red+Green+Blue) = 163+53+200=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #A335C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335C8 is #5CCA37. Grayscale: #666666. Windows color (decimal): -6081080 or 13120931. OLE color: 13120931.

HSL color Cylindrical-coordinate representation of color #A335C8: hue angle of 284.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A335C8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16353200-
CMYK0.180.7400.22
HSL284.9º58.1%49.61%-
HSV(B)284.9º73.5%78.43%-
XYZ26.814.556.03-
YUV102.65182.94171.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=39.18%
G=12.74%
B=48.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163532000.180.7400.22284.958.149.61
HexA335C8124A01611d3a32
Octal24365310221120264357262
Binary1010001111010111001000100101001010010110100011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a335c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a335c8; }

 p { color: rgb(163,53,200); }

 H1.HeaderClassName
 {
   color: #a335c8;
 }
 .AnyTagClassName
 {
   color: #a335c8;
 }
</style>
background-color css

<style>
 a { background-color: #a335c8; }

 a { background-color: rgb(163,53,200); }

 div.DivClassName
 {
   background-color: #a335c8;
 }
 .BgClassName
 {
   background-color: #a335c8;
 }
</style>
border-color css

<style>
 span { border-color: #a335c8; }

 span { border-color: rgb(163,53,200); }

 td.TdClassName
 {
   border-color: #a335c8;
 }
 .TagClassName
 {
   border-color: #a335c8;
 }
</style>