Html Css Color HEX #AA46CC Medium Orchid

📋 copy color: '#AA46CC'

red 170 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #AA46CC

Tints of Medium Orchid #AA46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 38.29%
G = 15.77%
B = 45.95%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA46CC (or 0xAA46CC) is known color: Medium Orchid. HEX triplet: AA, 46 and CC. RGB value is (170,70,204). Sum of RGB (Red+Green+Blue) = 170+70+204=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46CC is #55B933. Grayscale: #727272. Windows color (decimal): -5617972 or 13387434. OLE color: 13387434.

HSL color Cylindrical-coordinate representation of color #AA46CC: hue angle of 284.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA46CC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 70 204 -
CMYK 0.17 0.66 0 0.2
HSL 284.78º 0.57% 0.54% -
HSV(B) 284.78º 0.66% 0.8% -
XYZ 29.67 17.29 58.9 -
YUV 115.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 170 70 204 0.17 0.66 0 0.2 284.78 0.57 0.54
Hex AA 46 CC 11 42 0 14 11D 39 36
Octal 252 106 314 21 102 0 24 435 71 66
Binary 10101010 1000110 11001100 10001 1000010 0 10100 100011101 111001 110110

Color Harmonies of #AA46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA46CC

Black with #AA46CC

Text Example


Text Example

White with #AA46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA46CC; }

 p { color: rgb(170,70,204); }

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

background-color css

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

 a { background-color: rgb(170,70,204); }

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

border-color css

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

 span { border-color: rgb(170,70,204); }

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