Html Css Color HEX #AC39DB Dark Orchid

📋 copy color: '#AC39DB'

red 172 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #AC39DB

Tints of Dark Orchid #AC39DB

RGB

 RED value IS 172 (67.58% from 255) = 38.39%

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

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

R = 38.39%
G = 12.72%
B = 48.88%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC39DB (or 0xAC39DB) is known color: Dark Orchid. HEX triplet: AC, 39 and DB. RGB value is (172,57,219). Sum of RGB (Red+Green+Blue) = 172+57+219=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39DB is #53C624. Grayscale: #6D6D6D. Windows color (decimal): -5490213 or 14367148. OLE color: 14367148.

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

Color convert

RGB 172 57 219 -
CMYK 0.21 0.74 0 0.14
HSL 282.59º 0.69% 0.54% -
HSV(B) 282.59º 0.74% 0.86% -
XYZ 31.26 16.81 68.62 -
YUV 109.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 172 57 219 0.21 0.74 0 0.14 282.59 0.69 0.54
Hex AC 39 DB 15 4A 0 E 11B 45 36
Octal 254 71 333 25 112 0 16 433 105 66
Binary 10101100 111001 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AC39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39DB

Black with #AC39DB

Text Example


Text Example

White with #AC39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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