Html Css Color HEX #A26AF7 Medium Purple

📋 copy color: '#A26AF7'

red 162 ◦ green 106 ◦ blue 247

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

Shades of Medium Purple #A26AF7

Tints of Medium Purple #A26AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 31.46%
G = 20.58%
B = 47.96%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A26AF7 (or 0xA26AF7) is known color: Medium Purple. HEX triplet: A2, 6A and F7. RGB value is (162,106,247). Sum of RGB (Red+Green+Blue) = 162+106+247=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #A26AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AF7 is #5D9508. Grayscale: #8A8A8A. Windows color (decimal): -6133001 or 16214690. OLE color: 16214690.

HSL color Cylindrical-coordinate representation of color #A26AF7: hue angle of 263.83º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26AF7 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 106 247 -
CMYK 0.34 0.57 0 0.03
HSL 263.83º 0.9% 0.69% -
HSV(B) 263.83º 0.57% 0.97% -
XYZ 36.84 24.7 90.82 -
YUV 138.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 162 106 247 0.34 0.57 0 0.03 263.83 0.9 0.69
Hex A2 6A F7 22 39 0 3 108 5A 45
Octal 242 152 367 42 71 0 3 410 132 105
Binary 10100010 1101010 11110111 100010 111001 0 11 100001000 1011010 1000101

Color Harmonies of #A26AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AF7

Black with #A26AF7

Text Example


Text Example

White with #A26AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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