Html Css Color HEX #AA27B9 Dark Orchid

📋 copy color: '#AA27B9'

red 170 ◦ green 39 ◦ blue 185

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

Shades of Dark Orchid #AA27B9

Tints of Dark Orchid #AA27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 43.15%
G = 9.9%
B = 46.95%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA27B9 (or 0xAA27B9) is known color: Dark Orchid. HEX triplet: AA, 27 and B9. RGB value is (170,39,185). Sum of RGB (Red+Green+Blue) = 170+39+185=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA27B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27B9 is #55D846. Grayscale: #5E5E5E. Windows color (decimal): -5625927 or 12134314. OLE color: 12134314.

HSL color Cylindrical-coordinate representation of color #AA27B9: hue angle of 293.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA27B9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 39 185 -
CMYK 0.08 0.79 0 0.27
HSL 293.84º 0.65% 0.44% -
HSV(B) 293.84º 0.79% 0.73% -
XYZ 26.06 13.5 47.13 -
YUV 94.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 170 39 185 0.08 0.79 0 0.27 293.84 0.65 0.44
Hex AA 27 B9 8 4F 0 1B 126 41 2C
Octal 252 47 271 10 117 0 33 446 101 54
Binary 10101010 100111 10111001 1000 1001111 0 11011 100100110 1000001 101100

Color Harmonies of #AA27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27B9

Black with #AA27B9

Text Example


Text Example

White with #AA27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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