Html Css Color HEX #AA26BA Dark Orchid

📋 copy color: '#AA26BA'

red 170 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #AA26BA

Tints of Dark Orchid #AA26BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 43.15%
G = 9.64%
B = 47.21%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA26BA (or 0xAA26BA) is known color: Dark Orchid. HEX triplet: AA, 26 and BA. RGB value is (170,38,186). Sum of RGB (Red+Green+Blue) = 170+38+186=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26BA is #55D945. Grayscale: #5D5D5D. Windows color (decimal): -5626182 or 12199594. OLE color: 12199594.

HSL color Cylindrical-coordinate representation of color #AA26BA: hue angle of 293.51º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA26BA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 38 186 -
CMYK 0.09 0.80 0 0.27
HSL 293.51º 0.66% 0.44% -
HSV(B) 293.51º 0.8% 0.73% -
XYZ 26.13 13.48 47.68 -
YUV 94.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 170 38 186 0.09 0.80 0 0.27 293.51 0.66 0.44
Hex AA 26 BA 9 50 0 1B 126 42 2C
Octal 252 46 272 11 120 0 33 446 102 54
Binary 10101010 100110 10111010 1001 1010000 0 11011 100100110 1000010 101100

Color Harmonies of #AA26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26BA

Black with #AA26BA

Text Example


Text Example

White with #AA26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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