Html Css Color HEX #AC1BDB Dark Orchid

📋 copy color: '#AC1BDB'

red 172 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #AC1BDB

Tints of Dark Orchid #AC1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.46%

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

R = 41.15%
G = 6.46%
B = 52.39%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC1BDB (or 0xAC1BDB) is known color: Dark Orchid. HEX triplet: AC, 1B and DB. RGB value is (172,27,219). Sum of RGB (Red+Green+Blue) = 172+27+219=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BDB is #53E424. Grayscale: #5B5B5B. Windows color (decimal): -5497893 or 14359468. OLE color: 14359468.

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

Color convert

RGB 172 27 219 -
CMYK 0.21 0.88 0 0.14
HSL 285.31º 0.78% 0.48% -
HSV(B) 285.31º 0.88% 0.86% -
XYZ 30.19 14.67 68.26 -
YUV 92.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 172 27 219 0.21 0.88 0 0.14 285.31 0.78 0.48
Hex AC 1B DB 15 58 0 E 11D 4E 30
Octal 254 33 333 25 130 0 16 435 116 60
Binary 10101100 11011 11011011 10101 1011000 0 1110 100011101 1001110 110000

Color Harmonies of #AC1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BDB

Black with #AC1BDB

Text Example


Text Example

White with #AC1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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