Html Css Color HEX #AB26AA Dark Orchid

📋 copy color: '#AB26AA'

red 171 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #AB26AA

Tints of Dark Orchid #AB26AA

RGB

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

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

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

R = 45.12%
G = 10.03%
B = 44.85%

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

#AB26AA (or 0xAB26AA) is known color: Dark Orchid. HEX triplet: AB, 26 and AA. RGB value is (171,38,170). Sum of RGB (Red+Green+Blue) = 171+38+170=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26AA is #54D955. Grayscale: #5C5C5C. Windows color (decimal): -5560662 or 11151019. OLE color: 11151019.

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

Color convert

RGB 171 38 170 -
CMYK 0 0.78 0.01 0.33
HSL 300.45º 0.64% 0.41% -
HSV(B) 300.45º 0.78% 0.67% -
XYZ 24.74 12.95 39.23 -
YUV 92.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 171 38 170 0 0.78 0.01 0.33 300.45 0.64 0.41
Hex AB 26 AA 0 4E 1 21 12C 40 29
Octal 253 46 252 0 116 1 41 454 100 51
Binary 10101011 100110 10101010 0 1001110 1 100001 100101100 1000000 101001

Color Harmonies of #AB26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26AA

Black with #AB26AA

Text Example


Text Example

White with #AB26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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