Html Css Color HEX #AA5CEC Medium Orchid

📋 copy color: '#AA5CEC'

red 170 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #AA5CEC

Tints of Medium Orchid #AA5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 34.14%
G = 18.47%
B = 47.39%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5CEC (or 0xAA5CEC) is known color: Medium Orchid. HEX triplet: AA, 5C and EC. RGB value is (170,92,236). Sum of RGB (Red+Green+Blue) = 170+92+236=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA5CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CEC is #55A313. Grayscale: #838383. Windows color (decimal): -5612308 or 15490218. OLE color: 15490218.

HSL color Cylindrical-coordinate representation of color #AA5CEC: hue angle of 272.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5CEC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 92 236 -
CMYK 0.28 0.61 0 0.07
HSL 272.5º 0.79% 0.64% -
HSV(B) 272.5º 0.61% 0.93% -
XYZ 35.55 22.26 81.78 -
YUV 131.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 170 92 236 0.28 0.61 0 0.07 272.5 0.79 0.64
Hex AA 5C EC 1C 3D 0 7 110 4F 40
Octal 252 134 354 34 75 0 7 420 117 100
Binary 10101010 1011100 11101100 11100 111101 0 111 100010000 1001111 1000000

Color Harmonies of #AA5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CEC

Black with #AA5CEC

Text Example


Text Example

White with #AA5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CEC; }

 p { color: rgb(170,92,236); }

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

background-color css

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

 a { background-color: rgb(170,92,236); }

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

border-color css

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

 span { border-color: rgb(170,92,236); }

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