Html Css Color HEX #AC1CAB Dark Orchid

📋 copy color: '#AC1CAB'

red 172 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #AC1CAB

Tints of Dark Orchid #AC1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

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

R = 46.36%
G = 7.55%
B = 46.09%

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

#AC1CAB (or 0xAC1CAB) is known color: Dark Orchid. HEX triplet: AC, 1C and AB. RGB value is (172,28,171). Sum of RGB (Red+Green+Blue) = 172+28+171=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CAB is #53E354. Grayscale: #565656. Windows color (decimal): -5497685 or 11213996. OLE color: 11213996.

HSL color Cylindrical-coordinate representation of color #AC1CAB: hue angle of 300.42º degrees, saturation: 0.72, 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 #AC1CAB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 171 -
CMYK 0 0.84 0.01 0.33
HSL 300.42º 0.72% 0.39% -
HSV(B) 300.42º 0.84% 0.67% -
XYZ 24.78 12.54 39.64 -
YUV 87.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 172 28 171 0 0.84 0.01 0.33 300.42 0.72 0.39
Hex AC 1C AB 0 54 1 21 12C 48 27
Octal 254 34 253 0 124 1 41 454 110 47
Binary 10101100 11100 10101011 0 1010100 1 100001 100101100 1001000 100111

Color Harmonies of #AC1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CAB

Black with #AC1CAB

Text Example


Text Example

White with #AC1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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