Html Css Color HEX #AF32DB Dark Orchid

📋 copy color: '#AF32DB'

red 175 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #AF32DB

Tints of Dark Orchid #AF32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

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

R = 39.41%
G = 11.26%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF32DB (or 0xAF32DB) is known color: Dark Orchid. HEX triplet: AF, 32 and DB. RGB value is (175,50,219). Sum of RGB (Red+Green+Blue) = 175+50+219=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32DB is #50CD24. Grayscale: #6A6A6A. Windows color (decimal): -5295397 or 14365359. OLE color: 14365359.

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

Color convert

RGB 175 50 219 -
CMYK 0.20 0.77 0 0.14
HSL 284.38º 0.7% 0.53% -
HSV(B) 284.38º 0.77% 0.86% -
XYZ 31.61 16.51 68.54 -
YUV 106.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 175 50 219 0.20 0.77 0 0.14 284.38 0.7 0.53
Hex AF 32 DB 14 4D 0 E 11C 46 35
Octal 257 62 333 24 115 0 16 434 106 65
Binary 10101111 110010 11011011 10100 1001101 0 1110 100011100 1000110 110101

Color Harmonies of #AF32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32DB

Black with #AF32DB

Text Example


Text Example

White with #AF32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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