Html Css Color HEX #AA4AD0 Medium Orchid

📋 copy color: '#AA4AD0'

red 170 ◦ green 74 ◦ blue 208

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

Shades of Medium Orchid #AA4AD0

Tints of Medium Orchid #AA4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.37%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 37.61%
G = 16.37%
B = 46.02%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA4AD0 (or 0xAA4AD0) is known color: Medium Orchid. HEX triplet: AA, 4A and D0. RGB value is (170,74,208). Sum of RGB (Red+Green+Blue) = 170+74+208=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA4AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AD0 is #55B52F. Grayscale: #757575. Windows color (decimal): -5616944 or 13650602. OLE color: 13650602.

HSL color Cylindrical-coordinate representation of color #AA4AD0: hue angle of 282.99º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4AD0 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 74 208 -
CMYK 0.18 0.64 0 0.18
HSL 282.99º 0.59% 0.55% -
HSV(B) 282.99º 0.64% 0.82% -
XYZ 30.41 18 61.55 -
YUV 117.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 170 74 208 0.18 0.64 0 0.18 282.99 0.59 0.55
Hex AA 4A D0 12 40 0 12 11B 3B 37
Octal 252 112 320 22 100 0 22 433 73 67
Binary 10101010 1001010 11010000 10010 1000000 0 10010 100011011 111011 110111

Color Harmonies of #AA4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AD0

Black with #AA4AD0

Text Example


Text Example

White with #AA4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AD0; }

 p { color: rgb(170,74,208); }

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

background-color css

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

 a { background-color: rgb(170,74,208); }

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

border-color css

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

 span { border-color: rgb(170,74,208); }

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