Html Css Color HEX #AA5AF3 Medium Orchid

📋 copy color: '#AA5AF3'

red 170 ◦ green 90 ◦ blue 243

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

Shades of Medium Orchid #AA5AF3

Tints of Medium Orchid #AA5AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 33.8%
G = 17.89%
B = 48.31%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA5AF3 (or 0xAA5AF3) is known color: Medium Orchid. HEX triplet: AA, 5A and F3. RGB value is (170,90,243). Sum of RGB (Red+Green+Blue) = 170+90+243=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA5AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AF3 is #55A50C. Grayscale: #828282. Windows color (decimal): -5612813 or 15948458. OLE color: 15948458.

HSL color Cylindrical-coordinate representation of color #AA5AF3: hue angle of 271.37º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5AF3 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 90 243 -
CMYK 0.30 0.63 0 0.05
HSL 271.37º 0.86% 0.65% -
HSV(B) 271.37º 0.63% 0.95% -
XYZ 36.41 22.33 87.18 -
YUV 131.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 170 90 243 0.30 0.63 0 0.05 271.37 0.86 0.65
Hex AA 5A F3 1E 3F 0 5 10F 56 41
Octal 252 132 363 36 77 0 5 417 126 101
Binary 10101010 1011010 11110011 11110 111111 0 101 100001111 1010110 1000001

Color Harmonies of #AA5AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AF3

Black with #AA5AF3

Text Example


Text Example

White with #AA5AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AF3; }

 p { color: rgb(170,90,243); }

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

background-color css

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

 a { background-color: rgb(170,90,243); }

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

border-color css

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

 span { border-color: rgb(170,90,243); }

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