Html Css Color HEX #AB2AAA Dark Orchid

📋 copy color: '#AB2AAA'

red 171 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #AB2AAA

Tints of Dark Orchid #AB2AAA

RGB

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

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

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

R = 44.65%
G = 10.97%
B = 44.39%

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

#AB2AAA (or 0xAB2AAA) is known color: Dark Orchid. HEX triplet: AB, 2A and AA. RGB value is (171,42,170). Sum of RGB (Red+Green+Blue) = 171+42+170=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAA is #54D555. Grayscale: #5E5E5E. Windows color (decimal): -5559638 or 11152043. OLE color: 11152043.

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

Color convert

RGB 171 42 170 -
CMYK 0 0.75 0.01 0.33
HSL 300.47º 0.61% 0.42% -
HSV(B) 300.47º 0.75% 0.67% -
XYZ 24.88 13.22 39.27 -
YUV 95.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 171 42 170 0 0.75 0.01 0.33 300.47 0.61 0.42
Hex AB 2A AA 0 4B 1 21 12C 3D 2A
Octal 253 52 252 0 113 1 41 454 75 52
Binary 10101011 101010 10101010 0 1001011 1 100001 100101100 111101 101010

Color Harmonies of #AB2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AAA

Black with #AB2AAA

Text Example


Text Example

White with #AB2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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