Html Css Color HEX #AA27AB Dark Orchid

📋 copy color: '#AA27AB'

red 170 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #AA27AB

Tints of Dark Orchid #AA27AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 44.74%
G = 10.26%
B = 45%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA27AB (or 0xAA27AB) is known color: Dark Orchid. HEX triplet: AA, 27 and AB. RGB value is (170,39,171). Sum of RGB (Red+Green+Blue) = 170+39+171=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AB is #55D854. Grayscale: #5C5C5C. Windows color (decimal): -5625941 or 11216810. OLE color: 11216810.

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

Color convert

RGB 170 39 171 -
CMYK 0.01 0.77 0 0.33
HSL 299.55º 0.63% 0.41% -
HSV(B) 299.55º 0.77% 0.67% -
XYZ 24.65 12.94 39.73 -
YUV 93.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 170 39 171 0.01 0.77 0 0.33 299.55 0.63 0.41
Hex AA 27 AB 1 4D 0 21 12C 3F 29
Octal 252 47 253 1 115 0 41 454 77 51
Binary 10101010 100111 10101011 1 1001101 0 100001 100101100 111111 101001

Color Harmonies of #AA27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27AB

Black with #AA27AB

Text Example


Text Example

White with #AA27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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