Html Css Color HEX #A26EEF Medium Purple

📋 copy color: '#A26EEF'

red 162 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #A26EEF

Tints of Medium Purple #A26EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

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

R = 31.7%
G = 21.53%
B = 46.77%

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

#A26EEF (or 0xA26EEF) is known color: Medium Purple. HEX triplet: A2, 6E and EF. RGB value is (162,110,239). Sum of RGB (Red+Green+Blue) = 162+110+239=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #A26EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEF is #5D9110. Grayscale: #8B8B8B. Windows color (decimal): -6131985 or 15691426. OLE color: 15691426.

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

Color convert

RGB 162 110 239 -
CMYK 0.32 0.54 0 0.06
HSL 264.19º 0.8% 0.68% -
HSV(B) 264.19º 0.54% 0.94% -
XYZ 36.06 25.07 84.6 -
YUV 140.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 162 110 239 0.32 0.54 0 0.06 264.19 0.8 0.68
Hex A2 6E EF 20 36 0 6 108 50 44
Octal 242 156 357 40 66 0 6 410 120 104
Binary 10100010 1101110 11101111 100000 110110 0 110 100001000 1010000 1000100

Color Harmonies of #A26EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EEF

Black with #A26EEF

Text Example


Text Example

White with #A26EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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