#AF35CD

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

Shades of Dark Orchid #AF35CD

Tints of Dark Orchid #AF35CD

Color information

#AF35CD (or 0xAF35CD) is unknown color: approx Dark Orchid. HEX triplet: AF, 35 and CD. RGB value is (175,53,205). Sum of RGB (Red+Green+Blue) = 175+53+205=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35CD is #50CA32. Grayscale: #6A6A6A. Windows color (decimal): -5294643 or 13448623. OLE color: 13448623.

HSL color Cylindrical-coordinate representation of color #AF35CD: hue angle of 288.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF35CD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17553205-
CMYK0.150.7400.20
HSL288.16º60.32%50.59%-
HSV(B)288.16º74.15%80.39%-
XYZ29.9716.0759.28-
YUV106.81183.42176.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=40.42%
G=12.24%
B=47.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175532050.150.7400.20288.1660.3250.59
HexAF35CDF4A0141203c33
Octal25765315171120244407463
Binary101011111101011100110111111001010010100100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35CD; }

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

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

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

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

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

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

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

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