Html Css Color HEX #A075DC Medium Purple

📋 copy color: '#A075DC'

red 160 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #A075DC

Tints of Medium Purple #A075DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 32.19%
G = 23.54%
B = 44.27%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A075DC (or 0xA075DC) is known color: Medium Purple. HEX triplet: A0, 75 and DC. RGB value is (160,117,220). Sum of RGB (Red+Green+Blue) = 160+117+220=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A075DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075DC is #5F8A23. Grayscale: #8D8D8D. Windows color (decimal): -6261284 or 14448032. OLE color: 14448032.

HSL color Cylindrical-coordinate representation of color #A075DC: hue angle of 265.05º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A075DC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 117 220 -
CMYK 0.27 0.47 0 0.14
HSL 265.05º 0.6% 0.66% -
HSV(B) 265.05º 0.47% 0.86% -
XYZ 33.78 25.36 70.83 -
YUV 141.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 160 117 220 0.27 0.47 0 0.14 265.05 0.6 0.66
Hex A0 75 DC 1B 2F 0 E 109 3C 42
Octal 240 165 334 33 57 0 16 411 74 102
Binary 10100000 1110101 11011100 11011 101111 0 1110 100001001 111100 1000010

Color Harmonies of #A075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075DC

Black with #A075DC

Text Example


Text Example

White with #A075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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