Html Css Color HEX #AB2DAA Dark Orchid

📋 copy color: '#AB2DAA'

red 171 ◦ green 45 ◦ blue 170

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

Shades of Dark Orchid #AB2DAA

Tints of Dark Orchid #AB2DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.66%

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

R = 44.3%
G = 11.66%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB2DAA (or 0xAB2DAA) is known color: Dark Orchid. HEX triplet: AB, 2D and AA. RGB value is (171,45,170). Sum of RGB (Red+Green+Blue) = 171+45+170=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2DAA is #54D255. Grayscale: #606060. Windows color (decimal): -5558870 or 11152811. OLE color: 11152811.

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

Color convert

RGB 171 45 170 -
CMYK 0 0.74 0.01 0.33
HSL 300.48º 0.58% 0.42% -
HSV(B) 300.48º 0.74% 0.67% -
XYZ 24.99 13.44 39.31 -
YUV 96.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 171 45 170 0 0.74 0.01 0.33 300.48 0.58 0.42
Hex AB 2D AA 0 4A 1 21 12C 3A 2A
Octal 253 55 252 0 112 1 41 454 72 52
Binary 10101011 101101 10101010 0 1001010 1 100001 100101100 111010 101010

Color Harmonies of #AB2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DAA

Black with #AB2DAA

Text Example


Text Example

White with #AB2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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