Html Css Color HEX #A26EEA Medium Purple

📋 copy color: '#A26EEA'

red 162 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #A26EEA

Tints of Medium Purple #A26EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 32.02%
G = 21.74%
B = 46.25%

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

#A26EEA (or 0xA26EEA) is known color: Medium Purple. HEX triplet: A2, 6E and EA. RGB value is (162,110,234). Sum of RGB (Red+Green+Blue) = 162+110+234=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #A26EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26EEA is #5D9115. Grayscale: #8B8B8B. Windows color (decimal): -6131990 or 15363746. OLE color: 15363746.

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

Color convert

RGB 162 110 234 -
CMYK 0.31 0.53 0 0.08
HSL 265.16º 0.75% 0.67% -
HSV(B) 265.16º 0.53% 0.92% -
XYZ 35.33 24.77 80.76 -
YUV 139.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 162 110 234 0.31 0.53 0 0.08 265.16 0.75 0.67
Hex A2 6E EA 1F 35 0 8 109 4B 43
Octal 242 156 352 37 65 0 10 411 113 103
Binary 10100010 1101110 11101010 11111 110101 0 1000 100001001 1001011 1000011

Color Harmonies of #A26EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EEA

Black with #A26EEA

Text Example


Text Example

White with #A26EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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