Html Css Color HEX #AA5CE7 Medium Orchid

📋 copy color: '#AA5CE7'

red 170 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #AA5CE7

Tints of Medium Orchid #AA5CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 34.48%
G = 18.66%
B = 46.86%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA5CE7 (or 0xAA5CE7) is known color: Medium Orchid. HEX triplet: AA, 5C and E7. RGB value is (170,92,231). Sum of RGB (Red+Green+Blue) = 170+92+231=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA5CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CE7 is #55A318. Grayscale: #828282. Windows color (decimal): -5612313 or 15162538. OLE color: 15162538.

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

Color convert

RGB 170 92 231 -
CMYK 0.26 0.60 0 0.09
HSL 273.67º 0.74% 0.63% -
HSV(B) 273.67º 0.6% 0.91% -
XYZ 34.83 21.97 78.01 -
YUV 131.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 170 92 231 0.26 0.60 0 0.09 273.67 0.74 0.63
Hex AA 5C E7 1A 3C 0 9 112 4A 3F
Octal 252 134 347 32 74 0 11 422 112 77
Binary 10101010 1011100 11100111 11010 111100 0 1001 100010010 1001010 111111

Color Harmonies of #AA5CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CE7

Black with #AA5CE7

Text Example


Text Example

White with #AA5CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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