Html Css Color HEX #A26AE9 Medium Purple

📋 copy color: '#A26AE9'

red 162 ◦ green 106 ◦ blue 233

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

Shades of Medium Purple #A26AE9

Tints of Medium Purple #A26AE9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.16%

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 32.34%
G = 21.16%
B = 46.51%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A26AE9 (or 0xA26AE9) is known color: Medium Purple. HEX triplet: A2, 6A and E9. RGB value is (162,106,233). Sum of RGB (Red+Green+Blue) = 162+106+233=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #A26AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AE9 is #5D9516. Grayscale: #888888. Windows color (decimal): -6133015 or 15297186. OLE color: 15297186.

HSL color Cylindrical-coordinate representation of color #A26AE9: hue angle of 266.46º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26AE9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 106 233 -
CMYK 0.30 0.55 0 0.09
HSL 266.46º 0.74% 0.66% -
HSV(B) 266.46º 0.55% 0.91% -
XYZ 34.76 23.87 79.87 -
YUV 137.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 162 106 233 0.30 0.55 0 0.09 266.46 0.74 0.66
Hex A2 6A E9 1E 37 0 9 10A 4A 42
Octal 242 152 351 36 67 0 11 412 112 102
Binary 10100010 1101010 11101001 11110 110111 0 1001 100001010 1001010 1000010

Color Harmonies of #A26AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AE9

Black with #A26AE9

Text Example


Text Example

White with #A26AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AE9; }

 p { color: rgb(162,106,233); }

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

background-color css

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

 a { background-color: rgb(162,106,233); }

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

border-color css

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

 span { border-color: rgb(162,106,233); }

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