Html Css Color HEX #A07DE8 Medium Purple

📋 copy color: '#A07DE8'

red 160 ◦ green 125 ◦ blue 232

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

Shades of Medium Purple #A07DE8

Tints of Medium Purple #A07DE8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.18%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 30.95%
G = 24.18%
B = 44.87%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A07DE8 (or 0xA07DE8) is known color: Medium Purple. HEX triplet: A0, 7D and E8. RGB value is (160,125,232). Sum of RGB (Red+Green+Blue) = 160+125+232=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #A07DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DE8 is #5F8217. Grayscale: #939393. Windows color (decimal): -6259224 or 15236512. OLE color: 15236512.

HSL color Cylindrical-coordinate representation of color #A07DE8: hue angle of 259.63º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07DE8 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 125 232 -
CMYK 0.31 0.46 0 0.09
HSL 259.63º 0.7% 0.7% -
HSV(B) 259.63º 0.46% 0.91% -
XYZ 36.4 27.97 79.82 -
YUV 147.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 160 125 232 0.31 0.46 0 0.09 259.63 0.7 0.7
Hex A0 7D E8 1F 2E 0 9 104 46 46
Octal 240 175 350 37 56 0 11 404 106 106
Binary 10100000 1111101 11101000 11111 101110 0 1001 100000100 1000110 1000110

Color Harmonies of #A07DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DE8

Black with #A07DE8

Text Example


Text Example

White with #A07DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DE8; }

 p { color: rgb(160,125,232); }

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

background-color css

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

 a { background-color: rgb(160,125,232); }

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

border-color css

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

 span { border-color: rgb(160,125,232); }

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