Html Css Color HEX #AA4CDD Medium Orchid

📋 copy color: '#AA4CDD'

red 170 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #AA4CDD

Tints of Medium Orchid #AA4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 36.4%
G = 16.27%
B = 47.32%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA4CDD (or 0xAA4CDD) is known color: Medium Orchid. HEX triplet: AA, 4C and DD. RGB value is (170,76,221). Sum of RGB (Red+Green+Blue) = 170+76+221=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CDD is #55B322. Grayscale: #787878. Windows color (decimal): -5616419 or 14503082. OLE color: 14503082.

HSL color Cylindrical-coordinate representation of color #AA4CDD: hue angle of 278.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4CDD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 76 221 -
CMYK 0.23 0.66 0 0.13
HSL 278.9º 0.68% 0.58% -
HSV(B) 278.9º 0.66% 0.87% -
XYZ 32.21 18.94 70.36 -
YUV 120.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 170 76 221 0.23 0.66 0 0.13 278.9 0.68 0.58
Hex AA 4C DD 17 42 0 D 117 44 3A
Octal 252 114 335 27 102 0 15 427 104 72
Binary 10101010 1001100 11011101 10111 1000010 0 1101 100010111 1000100 111010

Color Harmonies of #AA4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CDD

Black with #AA4CDD

Text Example


Text Example

White with #AA4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CDD; }

 p { color: rgb(170,76,221); }

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

background-color css

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

 a { background-color: rgb(170,76,221); }

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

border-color css

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

 span { border-color: rgb(170,76,221); }

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