Html Css Color HEX #A07FEA Medium Purple

📋 copy color: '#A07FEA'

red 160 ◦ green 127 ◦ blue 234

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

Shades of Medium Purple #A07FEA

Tints of Medium Purple #A07FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

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

R = 30.71%
G = 24.38%
B = 44.91%

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

#A07FEA (or 0xA07FEA) is known color: Medium Purple. HEX triplet: A0, 7F and EA. RGB value is (160,127,234). Sum of RGB (Red+Green+Blue) = 160+127+234=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A07FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FEA is #5F8015. Grayscale: #949494. Windows color (decimal): -6258710 or 15368096. OLE color: 15368096.

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

Color convert

RGB 160 127 234 -
CMYK 0.32 0.46 0 0.08
HSL 258.5º 0.72% 0.71% -
HSV(B) 258.5º 0.46% 0.92% -
XYZ 36.94 28.59 81.41 -
YUV 149.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 160 127 234 0.32 0.46 0 0.08 258.5 0.72 0.71
Hex A0 7F EA 20 2E 0 8 103 48 47
Octal 240 177 352 40 56 0 10 403 110 107
Binary 10100000 1111111 11101010 100000 101110 0 1000 100000011 1001000 1000111

Color Harmonies of #A07FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FEA

Black with #A07FEA

Text Example


Text Example

White with #A07FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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