Html Css Color HEX #A07AF2 Medium Purple

📋 copy color: '#A07AF2'

red 160 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #A07AF2

Tints of Medium Purple #A07AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.18%

R = 30.53%
G = 23.28%
B = 46.18%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A07AF2 (or 0xA07AF2) is known color: Medium Purple. HEX triplet: A0, 7A and F2. RGB value is (160,122,242). Sum of RGB (Red+Green+Blue) = 160+122+242=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #A07AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AF2 is #5F850D. Grayscale: #929292. Windows color (decimal): -6259982 or 15891104. OLE color: 15891104.

HSL color Cylindrical-coordinate representation of color #A07AF2: hue angle of 259º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07AF2 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 122 242 -
CMYK 0.34 0.50 0 0.05
HSL 259º 0.82% 0.71% -
HSV(B) 259º 0.5% 0.95% -
XYZ 37.48 27.8 87.4 -
YUV 147.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 160 122 242 0.34 0.50 0 0.05 259 0.82 0.71
Hex A0 7A F2 22 32 0 5 103 52 47
Octal 240 172 362 42 62 0 5 403 122 107
Binary 10100000 1111010 11110010 100010 110010 0 101 100000011 1010010 1000111

Color Harmonies of #A07AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AF2

Black with #A07AF2

Text Example


Text Example

White with #A07AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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