Html Css Color HEX #A075DA Medium Purple

📋 copy color: '#A075DA'

red 160 ◦ green 117 ◦ blue 218

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

Shades of Medium Purple #A075DA

Tints of Medium Purple #A075DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 32.32%
G = 23.64%
B = 44.04%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A075DA (or 0xA075DA) is known color: Medium Purple. HEX triplet: A0, 75 and DA. RGB value is (160,117,218). Sum of RGB (Red+Green+Blue) = 160+117+218=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075DA is #5F8A25. Grayscale: #8D8D8D. Windows color (decimal): -6261286 or 14316960. OLE color: 14316960.

HSL color Cylindrical-coordinate representation of color #A075DA: hue angle of 265.54º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A075DA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 117 218 -
CMYK 0.27 0.46 0 0.15
HSL 265.54º 0.58% 0.66% -
HSV(B) 265.54º 0.46% 0.85% -
XYZ 33.51 25.26 69.44 -
YUV 141.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 160 117 218 0.27 0.46 0 0.15 265.54 0.58 0.66
Hex A0 75 DA 1B 2E 0 F 10A 3A 42
Octal 240 165 332 33 56 0 17 412 72 102
Binary 10100000 1110101 11011010 11011 101110 0 1111 100001010 111010 1000010

Color Harmonies of #A075DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075DA

Black with #A075DA

Text Example


Text Example

White with #A075DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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