Html Css Color HEX #AF39DB Dark Orchid

📋 copy color: '#AF39DB'

red 175 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #AF39DB

Tints of Dark Orchid #AF39DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 38.8%
G = 12.64%
B = 48.56%

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

#AF39DB (or 0xAF39DB) is known color: Dark Orchid. HEX triplet: AF, 39 and DB. RGB value is (175,57,219). Sum of RGB (Red+Green+Blue) = 175+57+219=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39DB is #50C624. Grayscale: #6E6E6E. Windows color (decimal): -5293605 or 14367151. OLE color: 14367151.

HSL color Cylindrical-coordinate representation of color #AF39DB: hue angle of 283.7º degrees, saturation: 0.69, 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 #AF39DB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 57 219 -
CMYK 0.20 0.74 0 0.14
HSL 283.7º 0.69% 0.54% -
HSV(B) 283.7º 0.74% 0.86% -
XYZ 31.93 17.15 68.65 -
YUV 110.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 175 57 219 0.20 0.74 0 0.14 283.7 0.69 0.54
Hex AF 39 DB 14 4A 0 E 11C 45 36
Octal 257 71 333 24 112 0 16 434 105 66
Binary 10101111 111001 11011011 10100 1001010 0 1110 100011100 1000101 110110

Color Harmonies of #AF39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39DB

Black with #AF39DB

Text Example


Text Example

White with #AF39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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