Html Css Color HEX #AB2AAB Dark Orchid

📋 copy color: '#AB2AAB'

red 171 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #AB2AAB

Tints of Dark Orchid #AB2AAB

RGB

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

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

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

R = 44.53%
G = 10.94%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB2AAB (or 0xAB2AAB) is known color: Dark Orchid. HEX triplet: AB, 2A and AB. RGB value is (171,42,171). Sum of RGB (Red+Green+Blue) = 171+42+171=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAB is #54D554. Grayscale: #5E5E5E. Windows color (decimal): -5559637 or 11217579. OLE color: 11217579.

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

Color convert

RGB 171 42 171 -
CMYK 0 0.75 0 0.33
HSL 300º 0.61% 0.42% -
HSV(B) 300º 0.75% 0.67% -
XYZ 24.97 13.25 39.77 -
YUV 95.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 171 42 171 0 0.75 0 0.33 300 0.61 0.42
Hex AB 2A AB 0 4B 0 21 12C 3D 2A
Octal 253 52 253 0 113 0 41 454 75 52
Binary 10101011 101010 10101011 0 1001011 0 100001 100101100 111101 101010

Color Harmonies of #AB2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2AAB

Black with #AB2AAB

Text Example


Text Example

White with #AB2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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