Html Css Color HEX #A07FEF Medium Purple

📋 copy color: '#A07FEF'

red 160 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #A07FEF

Tints of Medium Purple #A07FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 30.42%
G = 24.14%
B = 45.44%

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

#A07FEF (or 0xA07FEF) is known color: Medium Purple. HEX triplet: A0, 7F and EF. RGB value is (160,127,239). Sum of RGB (Red+Green+Blue) = 160+127+239=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FEF is #5F8010. Grayscale: #959595. Windows color (decimal): -6258705 or 15695776. OLE color: 15695776.

HSL color Cylindrical-coordinate representation of color #A07FEF: hue angle of 257.68º degrees, saturation: 0.78, 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 #A07FEF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 127 239 -
CMYK 0.33 0.47 0 0.06
HSL 257.68º 0.78% 0.72% -
HSV(B) 257.68º 0.47% 0.94% -
XYZ 37.67 28.88 85.25 -
YUV 149.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 160 127 239 0.33 0.47 0 0.06 257.68 0.78 0.72
Hex A0 7F EF 21 2F 0 6 102 4E 48
Octal 240 177 357 41 57 0 6 402 116 110
Binary 10100000 1111111 11101111 100001 101111 0 110 100000010 1001110 1001000

Color Harmonies of #A07FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FEF

Black with #A07FEF

Text Example


Text Example

White with #A07FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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