Html Css Color HEX #AB1CAC Dark Orchid

📋 copy color: '#AB1CAC'

red 171 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #AB1CAC

Tints of Dark Orchid #AB1CAC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #AB1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CAC

Black with #AB1CAC

Text Example


Text Example

White with #AB1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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