Html Css Color HEX #A26AFB Medium Purple

📋 copy color: '#A26AFB'

red 162 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #A26AFB

Tints of Medium Purple #A26AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 31.21%
G = 20.42%
B = 48.36%

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

#A26AFB (or 0xA26AFB) is known color: Medium Purple. HEX triplet: A2, 6A and FB. RGB value is (162,106,251). Sum of RGB (Red+Green+Blue) = 162+106+251=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AFB is #5D9504. Grayscale: #8A8A8A. Windows color (decimal): -6132997 or 16476834. OLE color: 16476834.

HSL color Cylindrical-coordinate representation of color #A26AFB: hue angle of 263.17º degrees, saturation: 0.95, 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 #A26AFB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 106 251 -
CMYK 0.35 0.58 0 0.02
HSL 263.17º 0.95% 0.7% -
HSV(B) 263.17º 0.58% 0.98% -
XYZ 37.47 24.95 94.11 -
YUV 139.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 162 106 251 0.35 0.58 0 0.02 263.17 0.95 0.7
Hex A2 6A FB 23 3A 0 2 107 5F 46
Octal 242 152 373 43 72 0 2 407 137 106
Binary 10100010 1101010 11111011 100011 111010 0 10 100000111 1011111 1000110

Color Harmonies of #A26AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AFB

Black with #A26AFB

Text Example


Text Example

White with #A26AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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