Html Css Color HEX #AB23AA Dark Orchid

📋 copy color: '#AB23AA'

red 171 ◦ green 35 ◦ blue 170

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

Shades of Dark Orchid #AB23AA

Tints of Dark Orchid #AB23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

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

R = 45.48%
G = 9.31%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB23AA (or 0xAB23AA) is known color: Dark Orchid. HEX triplet: AB, 23 and AA. RGB value is (171,35,170). Sum of RGB (Red+Green+Blue) = 171+35+170=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB23AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AA is #54DC55. Grayscale: #5A5A5A. Windows color (decimal): -5561430 or 11150251. OLE color: 11150251.

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

Color convert

RGB 171 35 170 -
CMYK 0 0.80 0.01 0.33
HSL 300.44º 0.66% 0.4% -
HSV(B) 300.44º 0.8% 0.67% -
XYZ 24.65 12.76 39.19 -
YUV 91.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 171 35 170 0 0.80 0.01 0.33 300.44 0.66 0.4
Hex AB 23 AA 0 50 1 21 12C 42 28
Octal 253 43 252 0 120 1 41 454 102 50
Binary 10101011 100011 10101010 0 1010000 1 100001 100101100 1000010 101000

Color Harmonies of #AB23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23AA

Black with #AB23AA

Text Example


Text Example

White with #AB23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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