Html Css Color HEX #AA75F3 Medium Purple

📋 copy color: '#AA75F3'

red 170 ◦ green 117 ◦ blue 243

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

Shades of Medium Purple #AA75F3

Tints of Medium Purple #AA75F3

RGB

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

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

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

R = 32.08%
G = 22.08%
B = 45.85%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA75F3 (or 0xAA75F3) is known color: Medium Purple. HEX triplet: AA, 75 and F3. RGB value is (170,117,243). Sum of RGB (Red+Green+Blue) = 170+117+243=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA75F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75F3 is #558A0C. Grayscale: #929292. Windows color (decimal): -5605901 or 15955370. OLE color: 15955370.

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

Color convert

RGB 170 117 243 -
CMYK 0.30 0.52 0 0.05
HSL 265.24º 0.84% 0.71% -
HSV(B) 265.24º 0.52% 0.95% -
XYZ 39.12 27.74 88.09 -
YUV 147.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 170 117 243 0.30 0.52 0 0.05 265.24 0.84 0.71
Hex AA 75 F3 1E 34 0 5 109 54 47
Octal 252 165 363 36 64 0 5 411 124 107
Binary 10101010 1110101 11110011 11110 110100 0 101 100001001 1010100 1000111

Color Harmonies of #AA75F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75F3

Black with #AA75F3

Text Example


Text Example

White with #AA75F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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