Html Css Color HEX #AA5CE8 Medium Orchid

📋 copy color: '#AA5CE8'

red 170 ◦ green 92 ◦ blue 232

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

Shades of Medium Orchid #AA5CE8

Tints of Medium Orchid #AA5CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.96%

R = 34.41%
G = 18.62%
B = 46.96%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA5CE8 (or 0xAA5CE8) is known color: Medium Orchid. HEX triplet: AA, 5C and E8. RGB value is (170,92,232). Sum of RGB (Red+Green+Blue) = 170+92+232=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA5CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CE8 is #55A317. Grayscale: #828282. Windows color (decimal): -5612312 or 15228074. OLE color: 15228074.

HSL color Cylindrical-coordinate representation of color #AA5CE8: hue angle of 273.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5CE8 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 92 232 -
CMYK 0.27 0.60 0 0.09
HSL 273.43º 0.75% 0.64% -
HSV(B) 273.43º 0.6% 0.91% -
XYZ 34.97 22.03 78.75 -
YUV 131.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 170 92 232 0.27 0.60 0 0.09 273.43 0.75 0.64
Hex AA 5C E8 1B 3C 0 9 111 4B 40
Octal 252 134 350 33 74 0 11 421 113 100
Binary 10101010 1011100 11101000 11011 111100 0 1001 100010001 1001011 1000000

Color Harmonies of #AA5CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CE8

Black with #AA5CE8

Text Example


Text Example

White with #AA5CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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