Html Css Color HEX #AB2AAC Dark Orchid

📋 copy color: '#AB2AAC'

red 171 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #AB2AAC

Tints of Dark Orchid #AB2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.91%

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

R = 44.42%
G = 10.91%
B = 44.68%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB2AAC (or 0xAB2AAC) is known color: Dark Orchid. HEX triplet: AB, 2A and AC. RGB value is (171,42,172). Sum of RGB (Red+Green+Blue) = 171+42+172=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAC is #54D553. Grayscale: #5F5F5F. Windows color (decimal): -5559636 or 11283115. OLE color: 11283115.

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

Color convert

RGB 171 42 172 -
CMYK 0.01 0.76 0 0.33
HSL 299.54º 0.61% 0.42% -
HSV(B) 299.54º 0.76% 0.67% -
XYZ 25.07 13.29 40.27 -
YUV 95.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 171 42 172 0.01 0.76 0 0.33 299.54 0.61 0.42
Hex AB 2A AC 1 4C 0 21 12C 3D 2A
Octal 253 52 254 1 114 0 41 454 75 52
Binary 10101011 101010 10101100 1 1001100 0 100001 100101100 111101 101010

Color Harmonies of #AB2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AAC

Black with #AB2AAC

Text Example


Text Example

White with #AB2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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