Html Css Color HEX #A07EEB Medium Purple

📋 copy color: '#A07EEB'

red 160 ◦ green 126 ◦ blue 235

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

Shades of Medium Purple #A07EEB

Tints of Medium Purple #A07EEB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

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

R = 30.71%
G = 24.18%
B = 45.11%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A07EEB (or 0xA07EEB) is known color: Medium Purple. HEX triplet: A0, 7E and EB. RGB value is (160,126,235). Sum of RGB (Red+Green+Blue) = 160+126+235=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #A07EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EEB is #5F8114. Grayscale: #949494. Windows color (decimal): -6258965 or 15433376. OLE color: 15433376.

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

Color convert

RGB 160 126 235 -
CMYK 0.32 0.46 0 0.08
HSL 258.72º 0.73% 0.71% -
HSV(B) 258.72º 0.46% 0.92% -
XYZ 36.95 28.39 82.13 -
YUV 148.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 160 126 235 0.32 0.46 0 0.08 258.72 0.73 0.71
Hex A0 7E EB 20 2E 0 8 103 49 47
Octal 240 176 353 40 56 0 10 403 111 107
Binary 10100000 1111110 11101011 100000 101110 0 1000 100000011 1001001 1000111

Color Harmonies of #A07EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EEB

Black with #A07EEB

Text Example


Text Example

White with #A07EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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