Html Css Color HEX #A27FF7 Medium Purple

📋 copy color: '#A27FF7'

red 162 ◦ green 127 ◦ blue 247

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

Shades of Medium Purple #A27FF7

Tints of Medium Purple #A27FF7

RGB

 RED value IS 162 (63.67% from 255) = 30.22%

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

 BLUE value IS 247 (96.88% from 255) = 46.08%

R = 30.22%
G = 23.69%
B = 46.08%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A27FF7 (or 0xA27FF7) is known color: Medium Purple. HEX triplet: A2, 7F and F7. RGB value is (162,127,247). Sum of RGB (Red+Green+Blue) = 162+127+247=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #A27FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FF7 is #5D8008. Grayscale: #969696. Windows color (decimal): -6127625 or 16220066. OLE color: 16220066.

HSL color Cylindrical-coordinate representation of color #A27FF7: hue angle of 257.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27FF7 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 127 247 -
CMYK 0.34 0.49 0 0.03
HSL 257.5º 0.88% 0.73% -
HSV(B) 257.5º 0.49% 0.97% -
XYZ 39.28 29.58 91.63 -
YUV 151.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 162 127 247 0.34 0.49 0 0.03 257.5 0.88 0.73
Hex A2 7F F7 22 31 0 3 102 58 49
Octal 242 177 367 42 61 0 3 402 130 111
Binary 10100010 1111111 11110111 100010 110001 0 11 100000010 1011000 1001001

Color Harmonies of #A27FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FF7

Black with #A27FF7

Text Example


Text Example

White with #A27FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FF7; }

 p { color: rgb(162,127,247); }

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

background-color css

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

 a { background-color: rgb(162,127,247); }

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

border-color css

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

 span { border-color: rgb(162,127,247); }

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