Html Css Color HEX #AA27E9 Dark Orchid

📋 copy color: '#AA27E9'

red 170 ◦ green 39 ◦ blue 233

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

Shades of Dark Orchid #AA27E9

Tints of Dark Orchid #AA27E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.71%

R = 38.46%
G = 8.82%
B = 52.71%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA27E9 (or 0xAA27E9) is known color: Dark Orchid. HEX triplet: AA, 27 and E9. RGB value is (170,39,233). Sum of RGB (Red+Green+Blue) = 170+39+233=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA27E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA27E9 is #55D816. Grayscale: #636363. Windows color (decimal): -5625879 or 15280042. OLE color: 15280042.

HSL color Cylindrical-coordinate representation of color #AA27E9: hue angle of 280.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA27E9 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 39 233 -
CMYK 0.27 0.83 0 0.09
HSL 280.52º 0.82% 0.53% -
HSV(B) 280.52º 0.83% 0.91% -
XYZ 32.01 15.88 78.47 -
YUV 100.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 170 39 233 0.27 0.83 0 0.09 280.52 0.82 0.53
Hex AA 27 E9 1B 53 0 9 119 52 35
Octal 252 47 351 33 123 0 11 431 122 65
Binary 10101010 100111 11101001 11011 1010011 0 1001 100011001 1010010 110101

Color Harmonies of #AA27E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27E9

Black with #AA27E9

Text Example


Text Example

White with #AA27E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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