Html Css Color HEX #AC1DBB Dark Orchid

📋 copy color: '#AC1DBB'

red 172 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #AC1DBB

Tints of Dark Orchid #AC1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 44.33%
G = 7.47%
B = 48.2%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC1DBB (or 0xAC1DBB) is known color: Dark Orchid. HEX triplet: AC, 1D and BB. RGB value is (172,29,187). Sum of RGB (Red+Green+Blue) = 172+29+187=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DBB is #53E244. Grayscale: #595959. Windows color (decimal): -5497413 or 12262828. OLE color: 12262828.

HSL color Cylindrical-coordinate representation of color #AC1DBB: hue angle of 294.3º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1DBB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 29 187 -
CMYK 0.08 0.84 0 0.27
HSL 294.3º 0.73% 0.42% -
HSV(B) 294.3º 0.84% 0.73% -
XYZ 26.42 13.24 48.18 -
YUV 89.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 172 29 187 0.08 0.84 0 0.27 294.3 0.73 0.42
Hex AC 1D BB 8 54 0 1B 126 49 2A
Octal 254 35 273 10 124 0 33 446 111 52
Binary 10101100 11101 10111011 1000 1010100 0 11011 100100110 1001001 101010

Color Harmonies of #AC1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DBB

Black with #AC1DBB

Text Example


Text Example

White with #AC1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DBB; }

 p { color: rgb(172,29,187); }

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

background-color css

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

 a { background-color: rgb(172,29,187); }

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

border-color css

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

 span { border-color: rgb(172,29,187); }

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