Html Css Color HEX #A07FD5 Medium Purple

📋 copy color: '#A07FD5'

red 160 ◦ green 127 ◦ blue 213

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

Shades of Medium Purple #A07FD5

Tints of Medium Purple #A07FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

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

R = 32%
G = 25.4%
B = 42.6%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A07FD5 (or 0xA07FD5) is known color: Medium Purple. HEX triplet: A0, 7F and D5. RGB value is (160,127,213). Sum of RGB (Red+Green+Blue) = 160+127+213=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #A07FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FD5 is #5F802A. Grayscale: #929292. Windows color (decimal): -6258731 or 13991840. OLE color: 13991840.

HSL color Cylindrical-coordinate representation of color #A07FD5: hue angle of 263.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07FD5 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 127 213 -
CMYK 0.25 0.40 0 0.16
HSL 263.02º 0.51% 0.67% -
HSV(B) 263.02º 0.4% 0.84% -
XYZ 34.1 27.46 66.45 -
YUV 146.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 160 127 213 0.25 0.40 0 0.16 263.02 0.51 0.67
Hex A0 7F D5 19 28 0 10 107 33 43
Octal 240 177 325 31 50 0 20 407 63 103
Binary 10100000 1111111 11010101 11001 101000 0 10000 100000111 110011 1000011

Color Harmonies of #A07FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FD5

Black with #A07FD5

Text Example


Text Example

White with #A07FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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