Html Css Color HEX #A07EEA Medium Purple

📋 copy color: '#A07EEA'

red 160 ◦ green 126 ◦ blue 234

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

Shades of Medium Purple #A07EEA

Tints of Medium Purple #A07EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 30.77%
G = 24.23%
B = 45%

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

#A07EEA (or 0xA07EEA) is known color: Medium Purple. HEX triplet: A0, 7E and EA. RGB value is (160,126,234). Sum of RGB (Red+Green+Blue) = 160+126+234=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #A07EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EEA is #5F8115. Grayscale: #949494. Windows color (decimal): -6258966 or 15367840. OLE color: 15367840.

HSL color Cylindrical-coordinate representation of color #A07EEA: hue angle of 258.89º degrees, saturation: 0.72, 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 #A07EEA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 126 234 -
CMYK 0.32 0.46 0 0.08
HSL 258.89º 0.72% 0.71% -
HSV(B) 258.89º 0.46% 0.92% -
XYZ 36.81 28.34 81.37 -
YUV 148.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 160 126 234 0.32 0.46 0 0.08 258.89 0.72 0.71
Hex A0 7E EA 20 2E 0 8 103 48 47
Octal 240 176 352 40 56 0 10 403 110 107
Binary 10100000 1111110 11101010 100000 101110 0 1000 100000011 1001000 1000111

Color Harmonies of #A07EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EEA

Black with #A07EEA

Text Example


Text Example

White with #A07EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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