Html Css Color HEX #A26FE1 Medium Purple

📋 copy color: '#A26FE1'

red 162 ◦ green 111 ◦ blue 225

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

Shades of Medium Purple #A26FE1

Tints of Medium Purple #A26FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

 BLUE value IS 225 (88.28% from 255) = 45.18%

R = 32.53%
G = 22.29%
B = 45.18%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A26FE1 (or 0xA26FE1) is known color: Medium Purple. HEX triplet: A2, 6F and E1. RGB value is (162,111,225). Sum of RGB (Red+Green+Blue) = 162+111+225=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #A26FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FE1 is #5D901E. Grayscale: #8A8A8A. Windows color (decimal): -6131743 or 14774178. OLE color: 14774178.

HSL color Cylindrical-coordinate representation of color #A26FE1: hue angle of 266.84º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26FE1 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 111 225 -
CMYK 0.28 0.51 0 0.12
HSL 266.84º 0.66% 0.66% -
HSV(B) 266.84º 0.51% 0.88% -
XYZ 34.18 24.49 74.16 -
YUV 139.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 162 111 225 0.28 0.51 0 0.12 266.84 0.66 0.66
Hex A2 6F E1 1C 33 0 C 10B 42 42
Octal 242 157 341 34 63 0 14 413 102 102
Binary 10100010 1101111 11100001 11100 110011 0 1100 100001011 1000010 1000010

Color Harmonies of #A26FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FE1

Black with #A26FE1

Text Example


Text Example

White with #A26FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FE1; }

 p { color: rgb(162,111,225); }

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

background-color css

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

 a { background-color: rgb(162,111,225); }

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

border-color css

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

 span { border-color: rgb(162,111,225); }

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