#AF36CE

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

Shades of Dark Orchid #AF36CE

Tints of Dark Orchid #AF36CE

Color information

#AF36CE (or 0xAF36CE) is unknown color: approx Dark Orchid. HEX triplet: AF, 36 and CE. RGB value is (175,54,206). Sum of RGB (Red+Green+Blue) = 175+54+206=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF36CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36CE is #50C931. Grayscale: #6B6B6B. Windows color (decimal): -5294386 or 13514415. OLE color: 13514415.

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

Color convert

RGB17554206-
CMYK0.150.7400.19
HSL287.76º60.8%50.98%-
HSV(B)287.76º73.79%80.78%-
XYZ30.1416.2159.93-
YUV107.51183.59176.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 54 (21.48% from 255) = 12.41%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=40.23%
G=12.41%
B=47.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175542060.150.7400.19287.7660.850.98
HexAF36CEF4A0131203d33
Octal25766316171120234407563
Binary101011111101101100111011111001010010011100100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36CE; }

 p { color: rgb(175,54,206); }

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

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

 a { background-color: rgb(175,54,206); }

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

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

 span { border-color: rgb(175,54,206); }

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