Html Css Color HEX #AC37DB Dark Orchid

📋 copy color: '#AC37DB'

red 172 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #AC37DB

Tints of Dark Orchid #AC37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.33%

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

R = 38.57%
G = 12.33%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC37DB (or 0xAC37DB) is known color: Dark Orchid. HEX triplet: AC, 37 and DB. RGB value is (172,55,219). Sum of RGB (Red+Green+Blue) = 172+55+219=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37DB is #53C824. Grayscale: #6C6C6C. Windows color (decimal): -5490725 or 14366636. OLE color: 14366636.

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

Color convert

RGB 172 55 219 -
CMYK 0.21 0.75 0 0.14
HSL 282.8º 0.69% 0.54% -
HSV(B) 282.8º 0.75% 0.86% -
XYZ 31.17 16.62 68.58 -
YUV 108.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 172 55 219 0.21 0.75 0 0.14 282.8 0.69 0.54
Hex AC 37 DB 15 4B 0 E 11B 45 36
Octal 254 67 333 25 113 0 16 433 105 66
Binary 10101100 110111 11011011 10101 1001011 0 1110 100011011 1000101 110110

Color Harmonies of #AC37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37DB

Black with #AC37DB

Text Example


Text Example

White with #AC37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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