Html Css Color HEX #AB24AA Dark Orchid

📋 copy color: '#AB24AA'

red 171 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #AB24AA

Tints of Dark Orchid #AB24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

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

R = 45.36%
G = 9.55%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB24AA (or 0xAB24AA) is known color: Dark Orchid. HEX triplet: AB, 24 and AA. RGB value is (171,36,170). Sum of RGB (Red+Green+Blue) = 171+36+170=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB24AA is #54DB55. Grayscale: #5B5B5B. Windows color (decimal): -5561174 or 11150507. OLE color: 11150507.

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

Color convert

RGB 171 36 170 -
CMYK 0 0.79 0.01 0.33
HSL 300.44º 0.65% 0.41% -
HSV(B) 300.44º 0.79% 0.67% -
XYZ 24.68 12.82 39.2 -
YUV 91.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 171 36 170 0 0.79 0.01 0.33 300.44 0.65 0.41
Hex AB 24 AA 0 4F 1 21 12C 41 29
Octal 253 44 252 0 117 1 41 454 101 51
Binary 10101011 100100 10101010 0 1001111 1 100001 100101100 1000001 101001

Color Harmonies of #AB24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24AA

Black with #AB24AA

Text Example


Text Example

White with #AB24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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