Html Css Color HEX #AF39CE Dark Orchid

📋 copy color: '#AF39CE'

red 175 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #AF39CE

Tints of Dark Orchid #AF39CE

RGB

 RED value IS 175 (68.75% from 255) = 39.95%

 GREEN value IS 57 (22.66% from 255) = 13.01%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 39.95%
G = 13.01%
B = 47.03%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF39CE (or 0xAF39CE) is known color: Dark Orchid. HEX triplet: AF, 39 and CE. RGB value is (175,57,206). Sum of RGB (Red+Green+Blue) = 175+57+206=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CE is #50C631. Grayscale: #6C6C6C. Windows color (decimal): -5293618 or 13515183. OLE color: 13515183.

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

Color convert

RGB 175 57 206 -
CMYK 0.15 0.72 0 0.19
HSL 287.52º 0.6% 0.52% -
HSV(B) 287.52º 0.72% 0.81% -
XYZ 30.28 16.5 59.98 -
YUV 109.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 175 57 206 0.15 0.72 0 0.19 287.52 0.6 0.52
Hex AF 39 CE F 48 0 13 120 3C 34
Octal 257 71 316 17 110 0 23 440 74 64
Binary 10101111 111001 11001110 1111 1001000 0 10011 100100000 111100 110100

Color Harmonies of #AF39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39CE

Black with #AF39CE

Text Example


Text Example

White with #AF39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39CE; }

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

 H1.HeaderClassName
 {
   color: #AF39CE;
 }
 .AnyTagClassName
 {
   color: #AF39CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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