Html Css Color HEX #AA27AA Dark Orchid

📋 copy color: '#AA27AA'

red 170 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #AA27AA

Tints of Dark Orchid #AA27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

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

R = 44.85%
G = 10.29%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA27AA (or 0xAA27AA) is known color: Dark Orchid. HEX triplet: AA, 27 and AA. RGB value is (170,39,170). Sum of RGB (Red+Green+Blue) = 170+39+170=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AA is #55D855. Grayscale: #5C5C5C. Windows color (decimal): -5625942 or 11151274. OLE color: 11151274.

HSL color Cylindrical-coordinate representation of color #AA27AA: 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.77%. Process color model (Four color, CMYK) of #AA27AA is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 170 -
CMYK 0 0.77 0 0.33
HSL 300º 0.63% 0.41% -
HSV(B) 300º 0.77% 0.67% -
XYZ 24.56 12.9 39.23 -
YUV 93.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 170 39 170 0 0.77 0 0.33 300 0.63 0.41
Hex AA 27 AA 0 4D 0 21 12C 3F 29
Octal 252 47 252 0 115 0 41 454 77 51
Binary 10101010 100111 10101010 0 1001101 0 100001 100101100 111111 101001

Color Harmonies of #AA27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27AA

Black with #AA27AA

Text Example


Text Example

White with #AA27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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