Html Css Color HEX #AF38CE Dark Orchid

📋 copy color: '#AF38CE'

red 175 ◦ green 56 ◦ blue 206

#AF38CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF38CE

Tints of Dark Orchid #AF38CE

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 value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF38CE (or 0xAF38CE) is known color: 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

RGB 175 56 206 -
CMYK 0.15 0.73 0 0.19
HSL 287.6º 0.6% 0.51% -
HSV(B) 287.6º 0.73% 0.81% -
XYZ 30.23 16.4 59.96 -
YUV 108.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 175 56 206 0.15 0.73 0 0.19 287.6 0.6 0.51
Hex AF 38 CE F 49 0 13 120 3C 33
Octal 257 70 316 17 111 0 23 440 74 63
Binary 10101111 111000 11001110 1111 1001001 0 10011 100100000 111100 110011

Color Harmonies of #AF38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38CE

Black with #AF38CE

Text Example


Text Example

White with #AF38CE

Text Example


Text Example

HTML Codes & Css Web 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>