Html Css Color HEX #A27FDB Medium Purple

📋 copy color: '#A27FDB'

red 162 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A27FDB

Tints of Medium Purple #A27FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 31.89%
G = 25%
B = 43.11%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A27FDB (or 0xA27FDB) is known color: Medium Purple. HEX triplet: A2, 7F and DB. RGB value is (162,127,219). Sum of RGB (Red+Green+Blue) = 162+127+219=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #A27FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDB is #5D8024. Grayscale: #939393. Windows color (decimal): -6127653 or 14385058. OLE color: 14385058.

HSL color Cylindrical-coordinate representation of color #A27FDB: hue angle of 262.83º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A27FDB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 127 219 -
CMYK 0.26 0.42 0 0.14
HSL 262.83º 0.56% 0.68% -
HSV(B) 262.83º 0.42% 0.86% -
XYZ 35.28 27.97 70.56 -
YUV 147.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 162 127 219 0.26 0.42 0 0.14 262.83 0.56 0.68
Hex A2 7F DB 1A 2A 0 E 107 38 44
Octal 242 177 333 32 52 0 16 407 70 104
Binary 10100010 1111111 11011011 11010 101010 0 1110 100000111 111000 1000100

Color Harmonies of #A27FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FDB

Black with #A27FDB

Text Example


Text Example

White with #A27FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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