Html Css Color HEX #A07FE4 Medium Purple

📋 copy color: '#A07FE4'

red 160 ◦ green 127 ◦ blue 228

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

Shades of Medium Purple #A07FE4

Tints of Medium Purple #A07FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 31.07%
G = 24.66%
B = 44.27%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A07FE4 (or 0xA07FE4) is known color: Medium Purple. HEX triplet: A0, 7F and E4. RGB value is (160,127,228). Sum of RGB (Red+Green+Blue) = 160+127+228=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #A07FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FE4 is #5F801B. Grayscale: #949494. Windows color (decimal): -6258716 or 14974880. OLE color: 14974880.

HSL color Cylindrical-coordinate representation of color #A07FE4: hue angle of 259.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07FE4 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 127 228 -
CMYK 0.30 0.44 0 0.11
HSL 259.6º 0.65% 0.7% -
HSV(B) 259.6º 0.44% 0.89% -
XYZ 36.09 28.25 76.95 -
YUV 148.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 160 127 228 0.30 0.44 0 0.11 259.6 0.65 0.7
Hex A0 7F E4 1E 2C 0 B 104 41 46
Octal 240 177 344 36 54 0 13 404 101 106
Binary 10100000 1111111 11100100 11110 101100 0 1011 100000100 1000001 1000110

Color Harmonies of #A07FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FE4

Black with #A07FE4

Text Example


Text Example

White with #A07FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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