Html Css Color HEX #A26AF5 Medium Purple

📋 copy color: '#A26AF5'

red 162 ◦ green 106 ◦ blue 245

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

Shades of Medium Purple #A26AF5

Tints of Medium Purple #A26AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 31.58%
G = 20.66%
B = 47.76%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A26AF5 (or 0xA26AF5) is known color: Medium Purple. HEX triplet: A2, 6A and F5. RGB value is (162,106,245). Sum of RGB (Red+Green+Blue) = 162+106+245=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #A26AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AF5 is #5D950A. Grayscale: #8A8A8A. Windows color (decimal): -6133003 or 16083618. OLE color: 16083618.

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

Color convert

RGB 162 106 245 -
CMYK 0.34 0.57 0 0.04
HSL 264.17º 0.87% 0.69% -
HSV(B) 264.17º 0.57% 0.96% -
XYZ 36.54 24.58 89.21 -
YUV 138.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 162 106 245 0.34 0.57 0 0.04 264.17 0.87 0.69
Hex A2 6A F5 22 39 0 4 108 57 45
Octal 242 152 365 42 71 0 4 410 127 105
Binary 10100010 1101010 11110101 100010 111001 0 100 100001000 1010111 1000101

Color Harmonies of #A26AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AF5

Black with #A26AF5

Text Example


Text Example

White with #A26AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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