Html Css Color HEX #AA4DCE Medium Orchid

📋 copy color: '#AA4DCE'

red 170 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #AA4DCE

Tints of Medium Orchid #AA4DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 37.53%
G = 17%
B = 45.47%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA4DCE (or 0xAA4DCE) is known color: Medium Orchid. HEX triplet: AA, 4D and CE. RGB value is (170,77,206). Sum of RGB (Red+Green+Blue) = 170+77+206=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCE is #55B231. Grayscale: #777777. Windows color (decimal): -5616178 or 13520298. OLE color: 13520298.

HSL color Cylindrical-coordinate representation of color #AA4DCE: hue angle of 283.26º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA4DCE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 77 206 -
CMYK 0.17 0.63 0 0.19
HSL 283.26º 0.57% 0.55% -
HSV(B) 283.26º 0.63% 0.81% -
XYZ 30.37 18.31 60.33 -
YUV 119.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 170 77 206 0.17 0.63 0 0.19 283.26 0.57 0.55
Hex AA 4D CE 11 3F 0 13 11B 39 37
Octal 252 115 316 21 77 0 23 433 71 67
Binary 10101010 1001101 11001110 10001 111111 0 10011 100011011 111001 110111

Color Harmonies of #AA4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DCE

Black with #AA4DCE

Text Example


Text Example

White with #AA4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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