Html Css Color HEX #AA5CEA Medium Orchid

📋 copy color: '#AA5CEA'

red 170 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #AA5CEA

Tints of Medium Orchid #AA5CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 34.27%
G = 18.55%
B = 47.18%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5CEA (or 0xAA5CEA) is known color: Medium Orchid. HEX triplet: AA, 5C and EA. RGB value is (170,92,234). Sum of RGB (Red+Green+Blue) = 170+92+234=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CEA is #55A315. Grayscale: #838383. Windows color (decimal): -5612310 or 15359146. OLE color: 15359146.

HSL color Cylindrical-coordinate representation of color #AA5CEA: hue angle of 272.96º degrees, saturation: 0.77, 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 #AA5CEA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 92 234 -
CMYK 0.27 0.61 0 0.08
HSL 272.96º 0.77% 0.64% -
HSV(B) 272.96º 0.61% 0.92% -
XYZ 35.26 22.14 80.26 -
YUV 131.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 170 92 234 0.27 0.61 0 0.08 272.96 0.77 0.64
Hex AA 5C EA 1B 3D 0 8 111 4D 40
Octal 252 134 352 33 75 0 10 421 115 100
Binary 10101010 1011100 11101010 11011 111101 0 1000 100010001 1001101 1000000

Color Harmonies of #AA5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CEA

Black with #AA5CEA

Text Example


Text Example

White with #AA5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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