Html Css Color HEX #AA75FA Medium Purple

📋 copy color: '#AA75FA'

red 170 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #AA75FA

Tints of Medium Purple #AA75FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.79%

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 31.66%
G = 21.79%
B = 46.55%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA75FA (or 0xAA75FA) is known color: Medium Purple. HEX triplet: AA, 75 and FA. RGB value is (170,117,250). Sum of RGB (Red+Green+Blue) = 170+117+250=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA75FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75FA is #558A05. Grayscale: #939393. Windows color (decimal): -5605894 or 16414122. OLE color: 16414122.

HSL color Cylindrical-coordinate representation of color #AA75FA: hue angle of 263.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA75FA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 117 250 -
CMYK 0.32 0.53 0 0.02
HSL 263.91º 0.93% 0.72% -
HSV(B) 263.91º 0.53% 0.98% -
XYZ 40.19 28.17 93.76 -
YUV 148.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 170 117 250 0.32 0.53 0 0.02 263.91 0.93 0.72
Hex AA 75 FA 20 35 0 2 108 5D 48
Octal 252 165 372 40 65 0 2 410 135 110
Binary 10101010 1110101 11111010 100000 110101 0 10 100001000 1011101 1001000

Color Harmonies of #AA75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75FA

Black with #AA75FA

Text Example


Text Example

White with #AA75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75FA; }

 p { color: rgb(170,117,250); }

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

background-color css

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

 a { background-color: rgb(170,117,250); }

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

border-color css

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

 span { border-color: rgb(170,117,250); }

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