Html Css Color HEX #A07FF4 Medium Purple

📋 copy color: '#A07FF4'

red 160 ◦ green 127 ◦ blue 244

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

Shades of Medium Purple #A07FF4

Tints of Medium Purple #A07FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 30.13%
G = 23.92%
B = 45.95%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A07FF4 (or 0xA07FF4) is known color: Medium Purple. HEX triplet: A0, 7F and F4. RGB value is (160,127,244). Sum of RGB (Red+Green+Blue) = 160+127+244=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #A07FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF4 is #5F800B. Grayscale: #959595. Windows color (decimal): -6258700 or 16023456. OLE color: 16023456.

HSL color Cylindrical-coordinate representation of color #A07FF4: hue angle of 256.92º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07FF4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 127 244 -
CMYK 0.34 0.48 0 0.04
HSL 256.92º 0.84% 0.73% -
HSV(B) 256.92º 0.48% 0.96% -
XYZ 38.42 29.18 89.2 -
YUV 150.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 160 127 244 0.34 0.48 0 0.04 256.92 0.84 0.73
Hex A0 7F F4 22 30 0 4 101 54 49
Octal 240 177 364 42 60 0 4 401 124 111
Binary 10100000 1111111 11110100 100010 110000 0 100 100000001 1010100 1001001

Color Harmonies of #A07FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FF4

Black with #A07FF4

Text Example


Text Example

White with #A07FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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