Html Css Color HEX #A26CE6 Medium Purple

📋 copy color: '#A26CE6'

red 162 ◦ green 108 ◦ blue 230

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

Shades of Medium Purple #A26CE6

Tints of Medium Purple #A26CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 32.4%
G = 21.6%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A26CE6 (or 0xA26CE6) is known color: Medium Purple. HEX triplet: A2, 6C and E6. RGB value is (162,108,230). Sum of RGB (Red+Green+Blue) = 162+108+230=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #A26CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CE6 is #5D9319. Grayscale: #898989. Windows color (decimal): -6132506 or 15101090. OLE color: 15101090.

HSL color Cylindrical-coordinate representation of color #A26CE6: hue angle of 266.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26CE6 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 108 230 -
CMYK 0.30 0.53 0 0.10
HSL 266.56º 0.71% 0.66% -
HSV(B) 266.56º 0.53% 0.9% -
XYZ 34.55 24.12 77.7 -
YUV 138.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 162 108 230 0.30 0.53 0 0.10 266.56 0.71 0.66
Hex A2 6C E6 1E 35 0 A 10B 47 42
Octal 242 154 346 36 65 0 12 413 107 102
Binary 10100010 1101100 11100110 11110 110101 0 1010 100001011 1000111 1000010

Color Harmonies of #A26CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CE6

Black with #A26CE6

Text Example


Text Example

White with #A26CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CE6; }

 p { color: rgb(162,108,230); }

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

background-color css

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

 a { background-color: rgb(162,108,230); }

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

border-color css

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

 span { border-color: rgb(162,108,230); }

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