Html Css Color HEX #AA4DD0 Medium Orchid

📋 copy color: '#AA4DD0'

red 170 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #AA4DD0

Tints of Medium Orchid #AA4DD0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

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

R = 37.36%
G = 16.92%
B = 45.71%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA4DD0 (or 0xAA4DD0) is known color: Medium Orchid. HEX triplet: AA, 4D and D0. RGB value is (170,77,208). Sum of RGB (Red+Green+Blue) = 170+77+208=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA4DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DD0 is #55B22F. Grayscale: #777777. Windows color (decimal): -5616176 or 13651370. OLE color: 13651370.

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

Color convert

RGB 170 77 208 -
CMYK 0.18 0.63 0 0.18
HSL 282.6º 0.58% 0.56% -
HSV(B) 282.6º 0.63% 0.82% -
XYZ 30.62 18.41 61.61 -
YUV 119.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 170 77 208 0.18 0.63 0 0.18 282.6 0.58 0.56
Hex AA 4D D0 12 3F 0 12 11B 3A 38
Octal 252 115 320 22 77 0 22 433 72 70
Binary 10101010 1001101 11010000 10010 111111 0 10010 100011011 111010 111000

Color Harmonies of #AA4DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DD0

Black with #AA4DD0

Text Example


Text Example

White with #AA4DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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