Html Css Color HEX #AA27C7 Dark Orchid

📋 copy color: '#AA27C7'

red 170 ◦ green 39 ◦ blue 199

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

Shades of Dark Orchid #AA27C7

Tints of Dark Orchid #AA27C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 41.67%
G = 9.56%
B = 48.77%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA27C7 (or 0xAA27C7) is known color: Dark Orchid. HEX triplet: AA, 27 and C7. RGB value is (170,39,199). Sum of RGB (Red+Green+Blue) = 170+39+199=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA27C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27C7 is #55D838. Grayscale: #5F5F5F. Windows color (decimal): -5625913 or 13051818. OLE color: 13051818.

HSL color Cylindrical-coordinate representation of color #AA27C7: hue angle of 289.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA27C7 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 39 199 -
CMYK 0.15 0.80 0 0.22
HSL 289.13º 0.67% 0.47% -
HSV(B) 289.13º 0.8% 0.78% -
XYZ 27.61 14.12 55.3 -
YUV 96.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 170 39 199 0.15 0.80 0 0.22 289.13 0.67 0.47
Hex AA 27 C7 F 50 0 16 121 43 2F
Octal 252 47 307 17 120 0 26 441 103 57
Binary 10101010 100111 11000111 1111 1010000 0 10110 100100001 1000011 101111

Color Harmonies of #AA27C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA27C7

Black with #AA27C7

Text Example


Text Example

White with #AA27C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA27C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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