Html Css Color HEX #AB28A9 Dark Orchid

📋 copy color: '#AB28A9'

red 171 ◦ green 40 ◦ blue 169

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

Shades of Dark Orchid #AB28A9

Tints of Dark Orchid #AB28A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 45%
G = 10.53%
B = 44.47%

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

#AB28A9 (or 0xAB28A9) is known color: Dark Orchid. HEX triplet: AB, 28 and A9. RGB value is (171,40,169). Sum of RGB (Red+Green+Blue) = 171+40+169=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB28A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28A9 is #54D756. Grayscale: #5D5D5D. Windows color (decimal): -5560151 or 11085995. OLE color: 11085995.

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

Color convert

RGB 171 40 169 -
CMYK 0 0.77 0.01 0.33
HSL 300.92º 0.62% 0.41% -
HSV(B) 300.92º 0.77% 0.67% -
XYZ 24.71 13.04 38.75 -
YUV 93.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 171 40 169 0 0.77 0.01 0.33 300.92 0.62 0.41
Hex AB 28 A9 0 4D 1 21 12D 3E 29
Octal 253 50 251 0 115 1 41 455 76 51
Binary 10101011 101000 10101001 0 1001101 1 100001 100101101 111110 101001

Color Harmonies of #AB28A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28A9

Black with #AB28A9

Text Example


Text Example

White with #AB28A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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