Html Css Color HEX #AA26AD Dark Orchid

📋 copy color: '#AA26AD'

red 170 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #AA26AD

Tints of Dark Orchid #AA26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 44.62%
G = 9.97%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA26AD (or 0xAA26AD) is known color: Dark Orchid. HEX triplet: AA, 26 and AD. RGB value is (170,38,173). Sum of RGB (Red+Green+Blue) = 170+38+173=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26AD is #55D952. Grayscale: #5C5C5C. Windows color (decimal): -5626195 or 11347626. OLE color: 11347626.

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

Color convert

RGB 170 38 173 -
CMYK 0.02 0.78 0 0.32
HSL 298.67º 0.64% 0.41% -
HSV(B) 298.67º 0.78% 0.68% -
XYZ 24.81 12.95 40.73 -
YUV 92.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 170 38 173 0.02 0.78 0 0.32 298.67 0.64 0.41
Hex AA 26 AD 2 4E 0 20 12B 40 29
Octal 252 46 255 2 116 0 40 453 100 51
Binary 10101010 100110 10101101 10 1001110 0 100000 100101011 1000000 101001

Color Harmonies of #AA26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26AD

Black with #AA26AD

Text Example


Text Example

White with #AA26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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