Html Css Color HEX #AA26A8 Dark Orchid

📋 copy color: '#AA26A8'

red 170 ◦ green 38 ◦ blue 168

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

Shades of Dark Orchid #AA26A8

Tints of Dark Orchid #AA26A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 45.21%
G = 10.11%
B = 44.68%

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

#AA26A8 (or 0xAA26A8) is known color: Dark Orchid. HEX triplet: AA, 26 and A8. RGB value is (170,38,168). Sum of RGB (Red+Green+Blue) = 170+38+168=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA26A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26A8 is #55D957. Grayscale: #5B5B5B. Windows color (decimal): -5626200 or 11019946. OLE color: 11019946.

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

Color convert

RGB 170 38 168 -
CMYK 0 0.78 0.01 0.33
HSL 300.91º 0.63% 0.41% -
HSV(B) 300.91º 0.78% 0.67% -
XYZ 24.34 12.76 38.23 -
YUV 92.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 170 38 168 0 0.78 0.01 0.33 300.91 0.63 0.41
Hex AA 26 A8 0 4E 1 21 12D 3F 29
Octal 252 46 250 0 116 1 41 455 77 51
Binary 10101010 100110 10101000 0 1001110 1 100001 100101101 111111 101001

Color Harmonies of #AA26A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26A8

Black with #AA26A8

Text Example


Text Example

White with #AA26A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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