Html Css Color HEX #AA5CEB Medium Orchid

📋 copy color: '#AA5CEB'

red 170 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #AA5CEB

Tints of Medium Orchid #AA5CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 34.21%
G = 18.51%
B = 47.28%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5CEB (or 0xAA5CEB) is known color: Medium Orchid. HEX triplet: AA, 5C and EB. RGB value is (170,92,235). Sum of RGB (Red+Green+Blue) = 170+92+235=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CEB is #55A314. Grayscale: #838383. Windows color (decimal): -5612309 or 15424682. OLE color: 15424682.

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

Color convert

RGB 170 92 235 -
CMYK 0.28 0.61 0 0.08
HSL 272.73º 0.78% 0.64% -
HSV(B) 272.73º 0.61% 0.92% -
XYZ 35.4 22.2 81.02 -
YUV 131.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 170 92 235 0.28 0.61 0 0.08 272.73 0.78 0.64
Hex AA 5C EB 1C 3D 0 8 111 4E 40
Octal 252 134 353 34 75 0 10 421 116 100
Binary 10101010 1011100 11101011 11100 111101 0 1000 100010001 1001110 1000000

Color Harmonies of #AA5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CEB

Black with #AA5CEB

Text Example


Text Example

White with #AA5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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