Html Css Color HEX #AA75DF Medium Purple

📋 copy color: '#AA75DF'

red 170 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #AA75DF

Tints of Medium Purple #AA75DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 33.33%
G = 22.94%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA75DF (or 0xAA75DF) is known color: Medium Purple. HEX triplet: AA, 75 and DF. RGB value is (170,117,223). Sum of RGB (Red+Green+Blue) = 170+117+223=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75DF is #558A20. Grayscale: #909090. Windows color (decimal): -5605921 or 14644650. OLE color: 14644650.

HSL color Cylindrical-coordinate representation of color #AA75DF: hue angle of 270º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA75DF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 117 223 -
CMYK 0.24 0.48 0 0.13
HSL 270º 0.62% 0.67% -
HSV(B) 270º 0.48% 0.87% -
XYZ 36.26 26.6 73.03 -
YUV 144.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 170 117 223 0.24 0.48 0 0.13 270 0.62 0.67
Hex AA 75 DF 18 30 0 D 10E 3E 43
Octal 252 165 337 30 60 0 15 416 76 103
Binary 10101010 1110101 11011111 11000 110000 0 1101 100001110 111110 1000011

Color Harmonies of #AA75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75DF

Black with #AA75DF

Text Example


Text Example

White with #AA75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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