Html Css Color HEX #AF39DC Dark Orchid

📋 copy color: '#AF39DC'

red 175 ◦ green 57 ◦ blue 220

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

Shades of Dark Orchid #AF39DC

Tints of Dark Orchid #AF39DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 38.72%
G = 12.61%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF39DC (or 0xAF39DC) is known color: Dark Orchid. HEX triplet: AF, 39 and DC. RGB value is (175,57,220). Sum of RGB (Red+Green+Blue) = 175+57+220=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39DC is #50C623. Grayscale: #6E6E6E. Windows color (decimal): -5293604 or 14432687. OLE color: 14432687.

HSL color Cylindrical-coordinate representation of color #AF39DC: hue angle of 283.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF39DC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 57 220 -
CMYK 0.20 0.74 0 0.14
HSL 283.44º 0.7% 0.54% -
HSV(B) 283.44º 0.74% 0.86% -
XYZ 32.06 17.21 69.34 -
YUV 110.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 175 57 220 0.20 0.74 0 0.14 283.44 0.7 0.54
Hex AF 39 DC 14 4A 0 E 11B 46 36
Octal 257 71 334 24 112 0 16 433 106 66
Binary 10101111 111001 11011100 10100 1001010 0 1110 100011011 1000110 110110

Color Harmonies of #AF39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39DC

Black with #AF39DC

Text Example


Text Example

White with #AF39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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