Html Css Color HEX #AA45CC Medium Orchid

📋 copy color: '#AA45CC'

red 170 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #AA45CC

Tints of Medium Orchid #AA45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

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

R = 38.37%
G = 15.58%
B = 46.05%

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

#AA45CC (or 0xAA45CC) is known color: Medium Orchid. HEX triplet: AA, 45 and CC. RGB value is (170,69,204). Sum of RGB (Red+Green+Blue) = 170+69+204=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45CC is #55BA33. Grayscale: #727272. Windows color (decimal): -5618228 or 13387178. OLE color: 13387178.

HSL color Cylindrical-coordinate representation of color #AA45CC: hue angle of 284.89º 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 #AA45CC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 69 204 -
CMYK 0.17 0.66 0 0.2
HSL 284.89º 0.57% 0.54% -
HSV(B) 284.89º 0.66% 0.8% -
XYZ 29.6 17.16 58.88 -
YUV 114.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 170 69 204 0.17 0.66 0 0.2 284.89 0.57 0.54
Hex AA 45 CC 11 42 0 14 11D 39 36
Octal 252 105 314 21 102 0 24 435 71 66
Binary 10101010 1000101 11001100 10001 1000010 0 10100 100011101 111001 110110

Color Harmonies of #AA45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45CC

Black with #AA45CC

Text Example


Text Example

White with #AA45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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