Html Css Color HEX #A07AF5 Medium Purple

📋 copy color: '#A07AF5'

red 160 ◦ green 122 ◦ blue 245

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

Shades of Medium Purple #A07AF5

Tints of Medium Purple #A07AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 245 (96.09% from 255) = 46.49%

R = 30.36%
G = 23.15%
B = 46.49%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A07AF5 (or 0xA07AF5) is known color: Medium Purple. HEX triplet: A0, 7A and F5. RGB value is (160,122,245). Sum of RGB (Red+Green+Blue) = 160+122+245=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #A07AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AF5 is #5F850A. Grayscale: #929292. Windows color (decimal): -6259979 or 16087712. OLE color: 16087712.

HSL color Cylindrical-coordinate representation of color #A07AF5: hue angle of 258.54º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07AF5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 122 245 -
CMYK 0.35 0.50 0 0.04
HSL 258.54º 0.86% 0.72% -
HSV(B) 258.54º 0.5% 0.96% -
XYZ 37.94 27.99 89.79 -
YUV 147.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 160 122 245 0.35 0.50 0 0.04 258.54 0.86 0.72
Hex A0 7A F5 23 32 0 4 103 56 48
Octal 240 172 365 43 62 0 4 403 126 110
Binary 10100000 1111010 11110101 100011 110010 0 100 100000011 1010110 1001000

Color Harmonies of #A07AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AF5

Black with #A07AF5

Text Example


Text Example

White with #A07AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AF5; }

 p { color: rgb(160,122,245); }

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

background-color css

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

 a { background-color: rgb(160,122,245); }

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

border-color css

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

 span { border-color: rgb(160,122,245); }

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