Html Css Color HEX #AB2BAA Dark Orchid

📋 copy color: '#AB2BAA'

red 171 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #AB2BAA

Tints of Dark Orchid #AB2BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 44.53%
G = 11.2%
B = 44.27%

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

#AB2BAA (or 0xAB2BAA) is known color: Dark Orchid. HEX triplet: AB, 2B and AA. RGB value is (171,43,170). Sum of RGB (Red+Green+Blue) = 171+43+170=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BAA is #54D455. Grayscale: #5F5F5F. Windows color (decimal): -5559382 or 11152299. OLE color: 11152299.

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

Color convert

RGB 171 43 170 -
CMYK 0 0.75 0.01 0.33
HSL 300.47º 0.6% 0.42% -
HSV(B) 300.47º 0.75% 0.67% -
XYZ 24.91 13.29 39.28 -
YUV 95.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 171 43 170 0 0.75 0.01 0.33 300.47 0.6 0.42
Hex AB 2B AA 0 4B 1 21 12C 3C 2A
Octal 253 53 252 0 113 1 41 454 74 52
Binary 10101011 101011 10101010 0 1001011 1 100001 100101100 111100 101010

Color Harmonies of #AB2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BAA

Black with #AB2BAA

Text Example


Text Example

White with #AB2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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