Html Css Color HEX #A07FF0 Medium Purple

📋 copy color: '#A07FF0'

red 160 ◦ green 127 ◦ blue 240

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

Shades of Medium Purple #A07FF0

Tints of Medium Purple #A07FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 30.36%
G = 24.1%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A07FF0 (or 0xA07FF0) is known color: Medium Purple. HEX triplet: A0, 7F and F0. RGB value is (160,127,240). Sum of RGB (Red+Green+Blue) = 160+127+240=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #A07FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF0 is #5F800F. Grayscale: #959595. Windows color (decimal): -6258704 or 15761312. OLE color: 15761312.

HSL color Cylindrical-coordinate representation of color #A07FF0: hue angle of 257.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07FF0 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 127 240 -
CMYK 0.33 0.47 0 0.06
HSL 257.52º 0.79% 0.72% -
HSV(B) 257.52º 0.47% 0.94% -
XYZ 37.81 28.94 86.03 -
YUV 149.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 160 127 240 0.33 0.47 0 0.06 257.52 0.79 0.72
Hex A0 7F F0 21 2F 0 6 102 4F 48
Octal 240 177 360 41 57 0 6 402 117 110
Binary 10100000 1111111 11110000 100001 101111 0 110 100000010 1001111 1001000

Color Harmonies of #A07FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FF0

Black with #A07FF0

Text Example


Text Example

White with #A07FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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