Html Css Color HEX #AA26AA Dark Orchid

📋 copy color: '#AA26AA'

red 170 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #AA26AA

Tints of Dark Orchid #AA26AA

RGB

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

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

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

R = 44.97%
G = 10.05%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA26AA (or 0xAA26AA) is known color: Dark Orchid. HEX triplet: AA, 26 and AA. RGB value is (170,38,170). Sum of RGB (Red+Green+Blue) = 170+38+170=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26AA is #55D955. Grayscale: #5C5C5C. Windows color (decimal): -5626198 or 11151018. OLE color: 11151018.

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

Color convert

RGB 170 38 170 -
CMYK 0 0.78 0 0.33
HSL 300º 0.63% 0.41% -
HSV(B) 300º 0.78% 0.67% -
XYZ 24.53 12.83 39.21 -
YUV 92.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 170 38 170 0 0.78 0 0.33 300 0.63 0.41
Hex AA 26 AA 0 4E 0 21 12C 3F 29
Octal 252 46 252 0 116 0 41 454 77 51
Binary 10101010 100110 10101010 0 1001110 0 100001 100101100 111111 101001

Color Harmonies of #AA26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26AA

Black with #AA26AA

Text Example


Text Example

White with #AA26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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