#AF35CA

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

Shades of Dark Orchid #AF35CA

Tints of Dark Orchid #AF35CA

Color information

#AF35CA (or 0xAF35CA) is unknown color: approx Dark Orchid. HEX triplet: AF, 35 and CA. RGB value is (175,53,202). Sum of RGB (Red+Green+Blue) = 175+53+202=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF35CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35CA is #50CA35. Grayscale: #696969. Windows color (decimal): -5294646 or 13252015. OLE color: 13252015.

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

Color convert

RGB17553202-
CMYK0.130.7400.21
HSL289.13º58.43%50%-
HSV(B)289.13º73.76%79.22%-
XYZ29.6115.9257.39-
YUV106.46181.92176.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=40.70%
G=12.33%
B=46.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175532020.130.7400.21289.1358.4350
HexAF35CAD4A0151213a32
Octal25765312151120254417262
Binary101011111101011100101011011001010010101100100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35CA; }

 p { color: rgb(175,53,202); }

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

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

 a { background-color: rgb(175,53,202); }

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

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

 span { border-color: rgb(175,53,202); }

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