Html Css Color HEX #AA27C9 Dark Orchid

📋 copy color: '#AA27C9'

red 170 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #AA27C9

Tints of Dark Orchid #AA27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 41.46%
G = 9.51%
B = 49.02%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA27C9 (or 0xAA27C9) is known color: Dark Orchid. HEX triplet: AA, 27 and C9. RGB value is (170,39,201). Sum of RGB (Red+Green+Blue) = 170+39+201=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27C9 is #55D836. Grayscale: #606060. Windows color (decimal): -5625911 or 13182890. OLE color: 13182890.

HSL color Cylindrical-coordinate representation of color #AA27C9: hue angle of 288.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA27C9 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 39 201 -
CMYK 0.15 0.81 0 0.21
HSL 288.52º 0.68% 0.47% -
HSV(B) 288.52º 0.81% 0.79% -
XYZ 27.85 14.21 56.53 -
YUV 96.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 170 39 201 0.15 0.81 0 0.21 288.52 0.68 0.47
Hex AA 27 C9 F 51 0 15 121 44 2F
Octal 252 47 311 17 121 0 25 441 104 57
Binary 10101010 100111 11001001 1111 1010001 0 10101 100100001 1000100 101111

Color Harmonies of #AA27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27C9

Black with #AA27C9

Text Example


Text Example

White with #AA27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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