Html Css Color HEX #AA5CF3 Medium Purple

📋 copy color: '#AA5CF3'

red 170 ◦ green 92 ◦ blue 243

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

Shades of Medium Purple #AA5CF3

Tints of Medium Purple #AA5CF3

RGB

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

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

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

R = 33.66%
G = 18.22%
B = 48.12%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA5CF3 (or 0xAA5CF3) is known color: Medium Purple. HEX triplet: AA, 5C and F3. RGB value is (170,92,243). Sum of RGB (Red+Green+Blue) = 170+92+243=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA5CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF3 is #55A30C. Grayscale: #848484. Windows color (decimal): -5612301 or 15948970. OLE color: 15948970.

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

Color convert

RGB 170 92 243 -
CMYK 0.30 0.62 0 0.05
HSL 270.99º 0.86% 0.66% -
HSV(B) 270.99º 0.62% 0.95% -
XYZ 36.58 22.67 87.24 -
YUV 132.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 170 92 243 0.30 0.62 0 0.05 270.99 0.86 0.66
Hex AA 5C F3 1E 3E 0 5 10F 56 42
Octal 252 134 363 36 76 0 5 417 126 102
Binary 10101010 1011100 11110011 11110 111110 0 101 100001111 1010110 1000010

Color Harmonies of #AA5CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CF3

Black with #AA5CF3

Text Example


Text Example

White with #AA5CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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