Html Css Color HEX #A07AF8 Medium Purple

📋 copy color: '#A07AF8'

red 160 ◦ green 122 ◦ blue 248

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

Shades of Medium Purple #A07AF8

Tints of Medium Purple #A07AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.79%

R = 30.19%
G = 23.02%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A07AF8 (or 0xA07AF8) is known color: Medium Purple. HEX triplet: A0, 7A and F8. RGB value is (160,122,248). Sum of RGB (Red+Green+Blue) = 160+122+248=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #A07AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AF8 is #5F8507. Grayscale: #939393. Windows color (decimal): -6259976 or 16284320. OLE color: 16284320.

HSL color Cylindrical-coordinate representation of color #A07AF8: hue angle of 258.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07AF8 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 122 248 -
CMYK 0.35 0.51 0 0.03
HSL 258.1º 0.9% 0.73% -
HSV(B) 258.1º 0.51% 0.97% -
XYZ 38.4 28.17 92.22 -
YUV 147.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 160 122 248 0.35 0.51 0 0.03 258.1 0.9 0.73
Hex A0 7A F8 23 33 0 3 102 5A 49
Octal 240 172 370 43 63 0 3 402 132 111
Binary 10100000 1111010 11111000 100011 110011 0 11 100000010 1011010 1001001

Color Harmonies of #A07AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AF8

Black with #A07AF8

Text Example


Text Example

White with #A07AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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