Html Css Color HEX #A26AEE Medium Purple

📋 copy color: '#A26AEE'

red 162 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #A26AEE

Tints of Medium Purple #A26AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 32.02%
G = 20.95%
B = 47.04%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A26AEE (or 0xA26AEE) is known color: Medium Purple. HEX triplet: A2, 6A and EE. RGB value is (162,106,238). Sum of RGB (Red+Green+Blue) = 162+106+238=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A26AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AEE is #5D9511. Grayscale: #898989. Windows color (decimal): -6133010 or 15624866. OLE color: 15624866.

HSL color Cylindrical-coordinate representation of color #A26AEE: hue angle of 265.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26AEE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 106 238 -
CMYK 0.32 0.55 0 0.07
HSL 265.45º 0.8% 0.67% -
HSV(B) 265.45º 0.55% 0.93% -
XYZ 35.49 24.16 83.68 -
YUV 137.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 162 106 238 0.32 0.55 0 0.07 265.45 0.8 0.67
Hex A2 6A EE 20 37 0 7 109 50 43
Octal 242 152 356 40 67 0 7 411 120 103
Binary 10100010 1101010 11101110 100000 110111 0 111 100001001 1010000 1000011

Color Harmonies of #A26AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AEE

Black with #A26AEE

Text Example


Text Example

White with #A26AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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