Html Css Color HEX #A27CEF Medium Purple

📋 copy color: '#A27CEF'

red 162 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #A27CEF

Tints of Medium Purple #A27CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 30.86%
G = 23.62%
B = 45.52%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A27CEF (or 0xA27CEF) is known color: Medium Purple. HEX triplet: A2, 7C and EF. RGB value is (162,124,239). Sum of RGB (Red+Green+Blue) = 162+124+239=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #A27CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CEF is #5D8310. Grayscale: #949494. Windows color (decimal): -6128401 or 15695010. OLE color: 15695010.

HSL color Cylindrical-coordinate representation of color #A27CEF: hue angle of 259.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27CEF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 124 239 -
CMYK 0.32 0.48 0 0.06
HSL 259.83º 0.78% 0.71% -
HSV(B) 259.83º 0.48% 0.94% -
XYZ 37.69 28.33 85.14 -
YUV 148.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 162 124 239 0.32 0.48 0 0.06 259.83 0.78 0.71
Hex A2 7C EF 20 30 0 6 104 4E 47
Octal 242 174 357 40 60 0 6 404 116 107
Binary 10100010 1111100 11101111 100000 110000 0 110 100000100 1001110 1000111

Color Harmonies of #A27CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CEF

Black with #A27CEF

Text Example


Text Example

White with #A27CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CEF; }

 p { color: rgb(162,124,239); }

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

background-color css

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

 a { background-color: rgb(162,124,239); }

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

border-color css

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

 span { border-color: rgb(162,124,239); }

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