Html Css Color HEX #A27FEF Medium Purple

📋 copy color: '#A27FEF'

red 162 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #A27FEF

Tints of Medium Purple #A27FEF

RGB

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

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

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

R = 30.68%
G = 24.05%
B = 45.27%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A27FEF (or 0xA27FEF) is known color: Medium Purple. HEX triplet: A2, 7F and EF. RGB value is (162,127,239). Sum of RGB (Red+Green+Blue) = 162+127+239=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #A27FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FEF is #5D8010. Grayscale: #959595. Windows color (decimal): -6127633 or 15695778. OLE color: 15695778.

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

Color convert

RGB 162 127 239 -
CMYK 0.32 0.47 0 0.06
HSL 258.75º 0.78% 0.72% -
HSV(B) 258.75º 0.47% 0.94% -
XYZ 38.07 29.09 85.27 -
YUV 150.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 162 127 239 0.32 0.47 0 0.06 258.75 0.78 0.72
Hex A2 7F EF 20 2F 0 6 103 4E 48
Octal 242 177 357 40 57 0 6 403 116 110
Binary 10100010 1111111 11101111 100000 101111 0 110 100000011 1001110 1001000

Color Harmonies of #A27FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FEF

Black with #A27FEF

Text Example


Text Example

White with #A27FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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