Html Css Color HEX #A26AFA Medium Purple

📋 copy color: '#A26AFA'

red 162 ◦ green 106 ◦ blue 250

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

Shades of Medium Purple #A26AFA

Tints of Medium Purple #A26AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 31.27%
G = 20.46%
B = 48.26%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A26AFA (or 0xA26AFA) is known color: Medium Purple. HEX triplet: A2, 6A and FA. RGB value is (162,106,250). Sum of RGB (Red+Green+Blue) = 162+106+250=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A26AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AFA is #5D9505. Grayscale: #8A8A8A. Windows color (decimal): -6132998 or 16411298. OLE color: 16411298.

HSL color Cylindrical-coordinate representation of color #A26AFA: hue angle of 263.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A26AFA is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 106 250 -
CMYK 0.35 0.58 0 0.02
HSL 263.33º 0.94% 0.7% -
HSV(B) 263.33º 0.58% 0.98% -
XYZ 37.31 24.89 93.28 -
YUV 139.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 162 106 250 0.35 0.58 0 0.02 263.33 0.94 0.7
Hex A2 6A FA 23 3A 0 2 107 5E 46
Octal 242 152 372 43 72 0 2 407 136 106
Binary 10100010 1101010 11111010 100011 111010 0 10 100000111 1011110 1000110

Color Harmonies of #A26AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AFA

Black with #A26AFA

Text Example


Text Example

White with #A26AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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