Html Css Color HEX #AC38DB Dark Orchid

📋 copy color: '#AC38DB'

red 172 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #AC38DB

Tints of Dark Orchid #AC38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 38.48%
G = 12.53%
B = 48.99%

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

#AC38DB (or 0xAC38DB) is known color: Dark Orchid. HEX triplet: AC, 38 and DB. RGB value is (172,56,219). Sum of RGB (Red+Green+Blue) = 172+56+219=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38DB is #53C724. Grayscale: #6C6C6C. Windows color (decimal): -5490469 or 14366892. OLE color: 14366892.

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

Color convert

RGB 172 56 219 -
CMYK 0.21 0.74 0 0.14
HSL 282.7º 0.69% 0.54% -
HSV(B) 282.7º 0.74% 0.86% -
XYZ 31.21 16.71 68.6 -
YUV 109.27 189.93 172.75 -
System Red Green Blue C M Y K H S L
Decimal 172 56 219 0.21 0.74 0 0.14 282.7 0.69 0.54
Hex AC 38 DB 15 4A 0 E 11B 45 36
Octal 254 70 333 25 112 0 16 433 105 66
Binary 10101100 111000 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AC38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38DB

Black with #AC38DB

Text Example


Text Example

White with #AC38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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