Html Css Color HEX #A27FED Medium Purple

📋 copy color: '#A27FED'

red 162 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #A27FED

Tints of Medium Purple #A27FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 30.8%
G = 24.14%
B = 45.06%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A27FED (or 0xA27FED) is known color: Medium Purple. HEX triplet: A2, 7F and ED. RGB value is (162,127,237). Sum of RGB (Red+Green+Blue) = 162+127+237=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FED is #5D8012. Grayscale: #959595. Windows color (decimal): -6127635 or 15564706. OLE color: 15564706.

HSL color Cylindrical-coordinate representation of color #A27FED: hue angle of 259.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27FED is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 127 237 -
CMYK 0.32 0.46 0 0.07
HSL 259.09º 0.75% 0.71% -
HSV(B) 259.09º 0.46% 0.93% -
XYZ 37.78 28.97 83.72 -
YUV 150.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 162 127 237 0.32 0.46 0 0.07 259.09 0.75 0.71
Hex A2 7F ED 20 2E 0 7 103 4B 47
Octal 242 177 355 40 56 0 7 403 113 107
Binary 10100010 1111111 11101101 100000 101110 0 111 100000011 1001011 1000111

Color Harmonies of #A27FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FED

Black with #A27FED

Text Example


Text Example

White with #A27FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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