Html Css Color HEX #AB26A9 Dark Orchid

📋 copy color: '#AB26A9'

red 171 ◦ green 38 ◦ blue 169

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

Shades of Dark Orchid #AB26A9

Tints of Dark Orchid #AB26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

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

R = 45.24%
G = 10.05%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB26A9 (or 0xAB26A9) is known color: Dark Orchid. HEX triplet: AB, 26 and A9. RGB value is (171,38,169). Sum of RGB (Red+Green+Blue) = 171+38+169=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB26A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26A9 is #54D956. Grayscale: #5C5C5C. Windows color (decimal): -5560663 or 11085483. OLE color: 11085483.

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

Color convert

RGB 171 38 169 -
CMYK 0 0.78 0.01 0.33
HSL 300.9º 0.64% 0.41% -
HSV(B) 300.9º 0.78% 0.67% -
XYZ 24.65 12.91 38.73 -
YUV 92.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 171 38 169 0 0.78 0.01 0.33 300.9 0.64 0.41
Hex AB 26 A9 0 4E 1 21 12D 40 29
Octal 253 46 251 0 116 1 41 455 100 51
Binary 10101011 100110 10101001 0 1001110 1 100001 100101101 1000000 101001

Color Harmonies of #AB26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26A9

Black with #AB26A9

Text Example


Text Example

White with #AB26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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