Html Css Color HEX #A07DE7 Medium Purple

📋 copy color: '#A07DE7'

red 160 ◦ green 125 ◦ blue 231

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

Shades of Medium Purple #A07DE7

Tints of Medium Purple #A07DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 31.01%
G = 24.22%
B = 44.77%

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

#A07DE7 (or 0xA07DE7) is known color: Medium Purple. HEX triplet: A0, 7D and E7. RGB value is (160,125,231). Sum of RGB (Red+Green+Blue) = 160+125+231=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #A07DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DE7 is #5F8218. Grayscale: #939393. Windows color (decimal): -6259225 or 15170976. OLE color: 15170976.

HSL color Cylindrical-coordinate representation of color #A07DE7: hue angle of 259.81º degrees, saturation: 0.69, 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 #A07DE7 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 125 231 -
CMYK 0.31 0.46 0 0.09
HSL 259.81º 0.69% 0.7% -
HSV(B) 259.81º 0.46% 0.91% -
XYZ 36.25 27.91 79.08 -
YUV 147.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 160 125 231 0.31 0.46 0 0.09 259.81 0.69 0.7
Hex A0 7D E7 1F 2E 0 9 104 45 46
Octal 240 175 347 37 56 0 11 404 105 106
Binary 10100000 1111101 11100111 11111 101110 0 1001 100000100 1000101 1000110

Color Harmonies of #A07DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DE7

Black with #A07DE7

Text Example


Text Example

White with #A07DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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