Html Css Color HEX #A27FEB Medium Purple

📋 copy color: '#A27FEB'

red 162 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #A27FEB

Tints of Medium Purple #A27FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 30.92%
G = 24.24%
B = 44.85%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A27FEB (or 0xA27FEB) is known color: Medium Purple. HEX triplet: A2, 7F and EB. RGB value is (162,127,235). Sum of RGB (Red+Green+Blue) = 162+127+235=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A27FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FEB is #5D8014. Grayscale: #959595. Windows color (decimal): -6127637 or 15433634. OLE color: 15433634.

HSL color Cylindrical-coordinate representation of color #A27FEB: hue angle of 259.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27FEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 127 235 -
CMYK 0.31 0.46 0 0.08
HSL 259.44º 0.73% 0.71% -
HSV(B) 259.44º 0.46% 0.92% -
XYZ 37.49 28.86 82.19 -
YUV 149.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 162 127 235 0.31 0.46 0 0.08 259.44 0.73 0.71
Hex A2 7F EB 1F 2E 0 8 103 49 47
Octal 242 177 353 37 56 0 10 403 111 107
Binary 10100010 1111111 11101011 11111 101110 0 1000 100000011 1001001 1000111

Color Harmonies of #A27FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FEB

Black with #A27FEB

Text Example


Text Example

White with #A27FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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