Html Css Color HEX #AB2EAA Dark Orchid

📋 copy color: '#AB2EAA'

red 171 ◦ green 46 ◦ blue 170

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

Shades of Dark Orchid #AB2EAA

Tints of Dark Orchid #AB2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 44.19%
G = 11.89%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB2EAA (or 0xAB2EAA) is known color: Dark Orchid. HEX triplet: AB, 2E and AA. RGB value is (171,46,170). Sum of RGB (Red+Green+Blue) = 171+46+170=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2EAA is #54D155. Grayscale: #616161. Windows color (decimal): -5558614 or 11153067. OLE color: 11153067.

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

Color convert

RGB 171 46 170 -
CMYK 0 0.73 0.01 0.33
HSL 300.48º 0.58% 0.43% -
HSV(B) 300.48º 0.73% 0.67% -
XYZ 25.03 13.51 39.32 -
YUV 97.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 171 46 170 0 0.73 0.01 0.33 300.48 0.58 0.43
Hex AB 2E AA 0 49 1 21 12C 3A 2B
Octal 253 56 252 0 111 1 41 454 72 53
Binary 10101011 101110 10101010 0 1001001 1 100001 100101100 111010 101011

Color Harmonies of #AB2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EAA

Black with #AB2EAA

Text Example


Text Example

White with #AB2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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