Html Css Color HEX #A26FEF Medium Purple

📋 copy color: '#A26FEF'

red 162 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #A26FEF

Tints of Medium Purple #A26FEF

RGB

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

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

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

R = 31.64%
G = 21.68%
B = 46.68%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A26FEF (or 0xA26FEF) is known color: Medium Purple. HEX triplet: A2, 6F and EF. RGB value is (162,111,239). Sum of RGB (Red+Green+Blue) = 162+111+239=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #A26FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FEF is #5D9010. Grayscale: #8C8C8C. Windows color (decimal): -6131729 or 15691682. OLE color: 15691682.

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

Color convert

RGB 162 111 239 -
CMYK 0.32 0.54 0 0.06
HSL 263.91º 0.8% 0.69% -
HSV(B) 263.91º 0.54% 0.94% -
XYZ 36.16 25.28 84.64 -
YUV 140.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 162 111 239 0.32 0.54 0 0.06 263.91 0.8 0.69
Hex A2 6F EF 20 36 0 6 108 50 45
Octal 242 157 357 40 66 0 6 410 120 105
Binary 10100010 1101111 11101111 100000 110110 0 110 100001000 1010000 1000101

Color Harmonies of #A26FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FEF

Black with #A26FEF

Text Example


Text Example

White with #A26FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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