Html Css Color HEX #A07AEF Medium Purple

📋 copy color: '#A07AEF'

red 160 ◦ green 122 ◦ blue 239

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

Shades of Medium Purple #A07AEF

Tints of Medium Purple #A07AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 30.71%
G = 23.42%
B = 45.87%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A07AEF (or 0xA07AEF) is known color: Medium Purple. HEX triplet: A0, 7A and EF. RGB value is (160,122,239). Sum of RGB (Red+Green+Blue) = 160+122+239=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AEF is #5F8510. Grayscale: #929292. Windows color (decimal): -6259985 or 15694496. OLE color: 15694496.

HSL color Cylindrical-coordinate representation of color #A07AEF: hue angle of 259.49º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07AEF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 122 239 -
CMYK 0.33 0.49 0 0.06
HSL 259.49º 0.79% 0.71% -
HSV(B) 259.49º 0.49% 0.94% -
XYZ 37.04 27.62 85.04 -
YUV 146.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 160 122 239 0.33 0.49 0 0.06 259.49 0.79 0.71
Hex A0 7A EF 21 31 0 6 103 4F 47
Octal 240 172 357 41 61 0 6 403 117 107
Binary 10100000 1111010 11101111 100001 110001 0 110 100000011 1001111 1000111

Color Harmonies of #A07AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AEF

Black with #A07AEF

Text Example


Text Example

White with #A07AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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