Html Css Color HEX #A07CEB Medium Purple

📋 copy color: '#A07CEB'

red 160 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #A07CEB

Tints of Medium Purple #A07CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 30.83%
G = 23.89%
B = 45.28%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A07CEB (or 0xA07CEB) is known color: Medium Purple. HEX triplet: A0, 7C and EB. RGB value is (160,124,235). Sum of RGB (Red+Green+Blue) = 160+124+235=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A07CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CEB is #5F8314. Grayscale: #939393. Windows color (decimal): -6259477 or 15432864. OLE color: 15432864.

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

Color convert

RGB 160 124 235 -
CMYK 0.32 0.47 0 0.08
HSL 259.46º 0.74% 0.7% -
HSV(B) 259.46º 0.47% 0.92% -
XYZ 36.7 27.89 82.05 -
YUV 147.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 160 124 235 0.32 0.47 0 0.08 259.46 0.74 0.7
Hex A0 7C EB 20 2F 0 8 103 4A 46
Octal 240 174 353 40 57 0 10 403 112 106
Binary 10100000 1111100 11101011 100000 101111 0 1000 100000011 1001010 1000110

Color Harmonies of #A07CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CEB

Black with #A07CEB

Text Example


Text Example

White with #A07CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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