Html Css Color HEX #A075D5 Medium Purple

📋 copy color: '#A075D5'

red 160 ◦ green 117 ◦ blue 213

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

Shades of Medium Purple #A075D5

Tints of Medium Purple #A075D5

RGB

 RED value IS 160 (62.89% from 255) = 32.65%

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 32.65%
G = 23.88%
B = 43.47%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A075D5 (or 0xA075D5) is known color: Medium Purple. HEX triplet: A0, 75 and D5. RGB value is (160,117,213). Sum of RGB (Red+Green+Blue) = 160+117+213=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A075D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075D5 is #5F8A2A. Grayscale: #8C8C8C. Windows color (decimal): -6261291 or 13989280. OLE color: 13989280.

HSL color Cylindrical-coordinate representation of color #A075D5: hue angle of 266.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A075D5 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 117 213 -
CMYK 0.25 0.45 0 0.16
HSL 266.88º 0.53% 0.65% -
HSV(B) 266.88º 0.45% 0.84% -
XYZ 32.87 25 66.04 -
YUV 140.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 160 117 213 0.25 0.45 0 0.16 266.88 0.53 0.65
Hex A0 75 D5 19 2D 0 10 10B 35 41
Octal 240 165 325 31 55 0 20 413 65 101
Binary 10100000 1110101 11010101 11001 101101 0 10000 100001011 110101 1000001

Color Harmonies of #A075D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075D5

Black with #A075D5

Text Example


Text Example

White with #A075D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075D5; }

 p { color: rgb(160,117,213); }

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

background-color css

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

 a { background-color: rgb(160,117,213); }

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

border-color css

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

 span { border-color: rgb(160,117,213); }

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