Html Css Color HEX #AC1BAB Dark Orchid

📋 copy color: '#AC1BAB'

red 172 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #AC1BAB

Tints of Dark Orchid #AC1BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 46.49%
G = 7.3%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1BAB (or 0xAC1BAB) is known color: Dark Orchid. HEX triplet: AC, 1B and AB. RGB value is (172,27,171). Sum of RGB (Red+Green+Blue) = 172+27+171=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BAB is #53E454. Grayscale: #565656. Windows color (decimal): -5497941 or 11213740. OLE color: 11213740.

HSL color Cylindrical-coordinate representation of color #AC1BAB: hue angle of 300.41º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1BAB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 171 -
CMYK 0 0.84 0.01 0.33
HSL 300.41º 0.73% 0.39% -
HSV(B) 300.41º 0.84% 0.67% -
XYZ 24.76 12.49 39.64 -
YUV 86.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 172 27 171 0 0.84 0.01 0.33 300.41 0.73 0.39
Hex AC 1B AB 0 54 1 21 12C 49 27
Octal 254 33 253 0 124 1 41 454 111 47
Binary 10101100 11011 10101011 0 1010100 1 100001 100101100 1001001 100111

Color Harmonies of #AC1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BAB

Black with #AC1BAB

Text Example


Text Example

White with #AC1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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