Html Css Color HEX #A26EEB Medium Purple

📋 copy color: '#A26EEB'

red 162 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #A26EEB

Tints of Medium Purple #A26EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 31.95%
G = 21.7%
B = 46.35%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A26EEB (or 0xA26EEB) is known color: Medium Purple. HEX triplet: A2, 6E and EB. RGB value is (162,110,235). Sum of RGB (Red+Green+Blue) = 162+110+235=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A26EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEB is #5D9114. Grayscale: #8B8B8B. Windows color (decimal): -6131989 or 15429282. OLE color: 15429282.

HSL color Cylindrical-coordinate representation of color #A26EEB: hue angle of 264.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26EEB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 110 235 -
CMYK 0.31 0.53 0 0.08
HSL 264.96º 0.76% 0.68% -
HSV(B) 264.96º 0.53% 0.92% -
XYZ 35.47 24.83 81.52 -
YUV 139.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 162 110 235 0.31 0.53 0 0.08 264.96 0.76 0.68
Hex A2 6E EB 1F 35 0 8 109 4C 44
Octal 242 156 353 37 65 0 10 411 114 104
Binary 10100010 1101110 11101011 11111 110101 0 1000 100001001 1001100 1000100

Color Harmonies of #A26EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EEB

Black with #A26EEB

Text Example


Text Example

White with #A26EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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