Html Css Color HEX #A27CF1 Medium Purple

📋 copy color: '#A27CF1'

red 162 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #A27CF1

Tints of Medium Purple #A27CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 30.74%
G = 23.53%
B = 45.73%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A27CF1 (or 0xA27CF1) is known color: Medium Purple. HEX triplet: A2, 7C and F1. RGB value is (162,124,241). Sum of RGB (Red+Green+Blue) = 162+124+241=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #A27CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CF1 is #5D830E. Grayscale: #949494. Windows color (decimal): -6128399 or 15826082. OLE color: 15826082.

HSL color Cylindrical-coordinate representation of color #A27CF1: hue angle of 259.49º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27CF1 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 124 241 -
CMYK 0.33 0.49 0 0.05
HSL 259.49º 0.81% 0.72% -
HSV(B) 259.49º 0.49% 0.95% -
XYZ 37.99 28.45 86.71 -
YUV 148.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 162 124 241 0.33 0.49 0 0.05 259.49 0.81 0.72
Hex A2 7C F1 21 31 0 5 103 51 48
Octal 242 174 361 41 61 0 5 403 121 110
Binary 10100010 1111100 11110001 100001 110001 0 101 100000011 1010001 1001000

Color Harmonies of #A27CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CF1

Black with #A27CF1

Text Example


Text Example

White with #A27CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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