Html Css Color HEX #A07AEB Medium Purple

📋 copy color: '#A07AEB'

red 160 ◦ green 122 ◦ blue 235

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

Shades of Medium Purple #A07AEB

Tints of Medium Purple #A07AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 30.95%
G = 23.6%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A07AEB (or 0xA07AEB) is known color: Medium Purple. HEX triplet: A0, 7A and EB. RGB value is (160,122,235). Sum of RGB (Red+Green+Blue) = 160+122+235=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #A07AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AEB is #5F8514. Grayscale: #919191. Windows color (decimal): -6259989 or 15432352. OLE color: 15432352.

HSL color Cylindrical-coordinate representation of color #A07AEB: hue angle of 260.18º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07AEB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 122 235 -
CMYK 0.32 0.48 0 0.08
HSL 260.18º 0.74% 0.7% -
HSV(B) 260.18º 0.48% 0.92% -
XYZ 36.45 27.39 81.96 -
YUV 146.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 160 122 235 0.32 0.48 0 0.08 260.18 0.74 0.7
Hex A0 7A EB 20 30 0 8 104 4A 46
Octal 240 172 353 40 60 0 10 404 112 106
Binary 10100000 1111010 11101011 100000 110000 0 1000 100000100 1001010 1000110

Color Harmonies of #A07AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AEB

Black with #A07AEB

Text Example


Text Example

White with #A07AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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