Html Css Color HEX #A27FEA Medium Purple

📋 copy color: '#A27FEA'

red 162 ◦ green 127 ◦ blue 234

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

Shades of Medium Purple #A27FEA

Tints of Medium Purple #A27FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 30.98%
G = 24.28%
B = 44.74%

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

#A27FEA (or 0xA27FEA) is known color: Medium Purple. HEX triplet: A2, 7F and EA. RGB value is (162,127,234). Sum of RGB (Red+Green+Blue) = 162+127+234=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A27FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FEA is #5D8015. Grayscale: #959595. Windows color (decimal): -6127638 or 15368098. OLE color: 15368098.

HSL color Cylindrical-coordinate representation of color #A27FEA: hue angle of 259.63º degrees, saturation: 0.72, 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 #A27FEA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 127 234 -
CMYK 0.31 0.46 0 0.08
HSL 259.63º 0.72% 0.71% -
HSV(B) 259.63º 0.46% 0.92% -
XYZ 37.34 28.8 81.43 -
YUV 149.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 162 127 234 0.31 0.46 0 0.08 259.63 0.72 0.71
Hex A2 7F EA 1F 2E 0 8 104 48 47
Octal 242 177 352 37 56 0 10 404 110 107
Binary 10100010 1111111 11101010 11111 101110 0 1000 100000100 1001000 1000111

Color Harmonies of #A27FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FEA

Black with #A27FEA

Text Example


Text Example

White with #A27FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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