Html Css Color HEX #AA75ED Medium Purple

📋 copy color: '#AA75ED'

red 170 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #AA75ED

Tints of Medium Purple #AA75ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 32.44%
G = 22.33%
B = 45.23%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA75ED (or 0xAA75ED) is known color: Medium Purple. HEX triplet: AA, 75 and ED. RGB value is (170,117,237). Sum of RGB (Red+Green+Blue) = 170+117+237=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75ED is #558A12. Grayscale: #929292. Windows color (decimal): -5605907 or 15562154. OLE color: 15562154.

HSL color Cylindrical-coordinate representation of color #AA75ED: hue angle of 266.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA75ED is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 117 237 -
CMYK 0.28 0.51 0 0.07
HSL 266.5º 0.77% 0.69% -
HSV(B) 266.5º 0.51% 0.93% -
XYZ 38.22 27.38 83.39 -
YUV 146.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 170 117 237 0.28 0.51 0 0.07 266.5 0.77 0.69
Hex AA 75 ED 1C 33 0 7 10A 4D 45
Octal 252 165 355 34 63 0 7 412 115 105
Binary 10101010 1110101 11101101 11100 110011 0 111 100001010 1001101 1000101

Color Harmonies of #AA75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75ED

Black with #AA75ED

Text Example


Text Example

White with #AA75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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