#AF38CE

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

Shades of Dark Orchid #AF38CE

Tints of Dark Orchid #AF38CE

Color information

#AF38CE (or 0xAF38CE) is unknown color: approx Dark Orchid. HEX triplet: AF, 38 and CE. RGB value is (175,56,206). Sum of RGB (Red+Green+Blue) = 175+56+206=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38CE is #50C731. Grayscale: #6C6C6C. Windows color (decimal): -5293874 or 13514927. OLE color: 13514927.

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

Color convert

RGB17556206-
CMYK0.150.7300.19
HSL287.6º60.48%51.37%-
HSV(B)287.6º72.82%80.78%-
XYZ30.2316.459.96-
YUV108.68182.92175.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=40.05%
G=12.81%
B=47.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175562060.150.7300.19287.660.4851.37
HexAF38CEF490131203c33
Octal25770316171110234407463
Binary101011111110001100111011111001001010011100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF38CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF38CE; }

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

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

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

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

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

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

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

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