Html Css Color HEX #AA32C7 Dark Orchid

📋 copy color: '#AA32C7'

red 170 ◦ green 50 ◦ blue 199

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

Shades of Dark Orchid #AA32C7

Tints of Dark Orchid #AA32C7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

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

R = 40.57%
G = 11.93%
B = 47.49%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA32C7 (or 0xAA32C7) is known color: Dark Orchid. HEX triplet: AA, 32 and C7. RGB value is (170,50,199). Sum of RGB (Red+Green+Blue) = 170+50+199=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA32C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32C7 is #55CD38. Grayscale: #666666. Windows color (decimal): -5623097 or 13054634. OLE color: 13054634.

HSL color Cylindrical-coordinate representation of color #AA32C7: hue angle of 288.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA32C7 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 50 199 -
CMYK 0.15 0.75 0 0.22
HSL 288.32º 0.6% 0.49% -
HSV(B) 288.32º 0.75% 0.78% -
XYZ 28.03 14.95 55.44 -
YUV 102.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 170 50 199 0.15 0.75 0 0.22 288.32 0.6 0.49
Hex AA 32 C7 F 4B 0 16 120 3C 31
Octal 252 62 307 17 113 0 26 440 74 61
Binary 10101010 110010 11000111 1111 1001011 0 10110 100100000 111100 110001

Color Harmonies of #AA32C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32C7

Black with #AA32C7

Text Example


Text Example

White with #AA32C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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