Html Css Color HEX #A26DEC Medium Purple

📋 copy color: '#A26DEC'

red 162 ◦ green 109 ◦ blue 236

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

Shades of Medium Purple #A26DEC

Tints of Medium Purple #A26DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 31.95%
G = 21.5%
B = 46.55%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A26DEC (or 0xA26DEC) is known color: Medium Purple. HEX triplet: A2, 6D and EC. RGB value is (162,109,236). Sum of RGB (Red+Green+Blue) = 162+109+236=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A26DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DEC is #5D9213. Grayscale: #8A8A8A. Windows color (decimal): -6132244 or 15494562. OLE color: 15494562.

HSL color Cylindrical-coordinate representation of color #A26DEC: hue angle of 265.04º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26DEC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 109 236 -
CMYK 0.31 0.54 0 0.07
HSL 265.04º 0.77% 0.68% -
HSV(B) 265.04º 0.54% 0.93% -
XYZ 35.51 24.67 82.25 -
YUV 139.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 162 109 236 0.31 0.54 0 0.07 265.04 0.77 0.68
Hex A2 6D EC 1F 36 0 7 109 4D 44
Octal 242 155 354 37 66 0 7 411 115 104
Binary 10100010 1101101 11101100 11111 110110 0 111 100001001 1001101 1000100

Color Harmonies of #A26DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DEC

Black with #A26DEC

Text Example


Text Example

White with #A26DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DEC; }

 p { color: rgb(162,109,236); }

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

background-color css

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

 a { background-color: rgb(162,109,236); }

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

border-color css

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

 span { border-color: rgb(162,109,236); }

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