Html Css Color HEX #A07EDA Medium Purple

📋 copy color: '#A07EDA'

red 160 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #A07EDA

Tints of Medium Purple #A07EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 31.75%
G = 25%
B = 43.25%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A07EDA (or 0xA07EDA) is known color: Medium Purple. HEX triplet: A0, 7E and DA. RGB value is (160,126,218). Sum of RGB (Red+Green+Blue) = 160+126+218=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EDA is #5F8125. Grayscale: #929292. Windows color (decimal): -6258982 or 14319264. OLE color: 14319264.

HSL color Cylindrical-coordinate representation of color #A07EDA: hue angle of 262.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07EDA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 126 218 -
CMYK 0.27 0.42 0 0.15
HSL 262.17º 0.55% 0.67% -
HSV(B) 262.17º 0.42% 0.85% -
XYZ 34.61 27.46 69.81 -
YUV 146.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 160 126 218 0.27 0.42 0 0.15 262.17 0.55 0.67
Hex A0 7E DA 1B 2A 0 F 106 37 43
Octal 240 176 332 33 52 0 17 406 67 103
Binary 10100000 1111110 11011010 11011 101010 0 1111 100000110 110111 1000011

Color Harmonies of #A07EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EDA

Black with #A07EDA

Text Example


Text Example

White with #A07EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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