Html Css Color HEX #AB2BA9 Dark Orchid

📋 copy color: '#AB2BA9'

red 171 ◦ green 43 ◦ blue 169

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

Shades of Dark Orchid #AB2BA9

Tints of Dark Orchid #AB2BA9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

 BLUE value IS 169 (66.41% from 255) = 44.13%

R = 44.65%
G = 11.23%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB2BA9 (or 0xAB2BA9) is known color: Dark Orchid. HEX triplet: AB, 2B and A9. RGB value is (171,43,169). Sum of RGB (Red+Green+Blue) = 171+43+169=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BA9 is #54D456. Grayscale: #5F5F5F. Windows color (decimal): -5559383 or 11086763. OLE color: 11086763.

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

Color convert

RGB 171 43 169 -
CMYK 0 0.75 0.01 0.33
HSL 300.94º 0.6% 0.42% -
HSV(B) 300.94º 0.75% 0.67% -
XYZ 24.82 13.25 38.79 -
YUV 95.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 171 43 169 0 0.75 0.01 0.33 300.94 0.6 0.42
Hex AB 2B A9 0 4B 1 21 12D 3C 2A
Octal 253 53 251 0 113 1 41 455 74 52
Binary 10101011 101011 10101001 0 1001011 1 100001 100101101 111100 101010

Color Harmonies of #AB2BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BA9

Black with #AB2BA9

Text Example


Text Example

White with #AB2BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BA9; }

 p { color: rgb(171,43,169); }

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

background-color css

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

 a { background-color: rgb(171,43,169); }

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

border-color css

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

 span { border-color: rgb(171,43,169); }

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