Html Css Color HEX #AB28AA Dark Orchid

📋 copy color: '#AB28AA'

red 171 ◦ green 40 ◦ blue 170

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

Shades of Dark Orchid #AB28AA

Tints of Dark Orchid #AB28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

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

R = 44.88%
G = 10.5%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB28AA (or 0xAB28AA) is known color: Dark Orchid. HEX triplet: AB, 28 and AA. RGB value is (171,40,170). Sum of RGB (Red+Green+Blue) = 171+40+170=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28AA is #54D755. Grayscale: #5D5D5D. Windows color (decimal): -5560150 or 11151531. OLE color: 11151531.

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

Color convert

RGB 171 40 170 -
CMYK 0 0.77 0.01 0.33
HSL 300.46º 0.62% 0.41% -
HSV(B) 300.46º 0.77% 0.67% -
XYZ 24.81 13.08 39.25 -
YUV 93.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 171 40 170 0 0.77 0.01 0.33 300.46 0.62 0.41
Hex AB 28 AA 0 4D 1 21 12C 3E 29
Octal 253 50 252 0 115 1 41 454 76 51
Binary 10101011 101000 10101010 0 1001101 1 100001 100101100 111110 101001

Color Harmonies of #AB28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28AA

Black with #AB28AA

Text Example


Text Example

White with #AB28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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