Html Css Color HEX #A27FD6 Medium Purple

📋 copy color: '#A27FD6'

red 162 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #A27FD6

Tints of Medium Purple #A27FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 32.21%
G = 25.25%
B = 42.54%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A27FD6 (or 0xA27FD6) is known color: Medium Purple. HEX triplet: A2, 7F and D6. RGB value is (162,127,214). Sum of RGB (Red+Green+Blue) = 162+127+214=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A27FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FD6 is #5D8029. Grayscale: #939393. Windows color (decimal): -6127658 or 14057378. OLE color: 14057378.

HSL color Cylindrical-coordinate representation of color #A27FD6: hue angle of 264.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27FD6 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 127 214 -
CMYK 0.24 0.41 0 0.16
HSL 264.14º 0.51% 0.67% -
HSV(B) 264.14º 0.41% 0.84% -
XYZ 34.63 27.72 67.14 -
YUV 147.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 162 127 214 0.24 0.41 0 0.16 264.14 0.51 0.67
Hex A2 7F D6 18 29 0 10 108 33 43
Octal 242 177 326 30 51 0 20 410 63 103
Binary 10100010 1111111 11010110 11000 101001 0 10000 100001000 110011 1000011

Color Harmonies of #A27FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FD6

Black with #A27FD6

Text Example


Text Example

White with #A27FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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