Html Css Color HEX #A26DFB Medium Purple

📋 copy color: '#A26DFB'

red 162 ◦ green 109 ◦ blue 251

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

Shades of Medium Purple #A26DFB

Tints of Medium Purple #A26DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

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

R = 31.03%
G = 20.88%
B = 48.08%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A26DFB (or 0xA26DFB) is known color: Medium Purple. HEX triplet: A2, 6D and FB. RGB value is (162,109,251). Sum of RGB (Red+Green+Blue) = 162+109+251=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DFB is #5D9204. Grayscale: #8C8C8C. Windows color (decimal): -6132229 or 16477602. OLE color: 16477602.

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

Color convert

RGB 162 109 251 -
CMYK 0.35 0.57 0 0.02
HSL 262.39º 0.95% 0.71% -
HSV(B) 262.39º 0.57% 0.98% -
XYZ 37.78 25.58 94.21 -
YUV 141.04 190.06 142.95 -
System Red Green Blue C M Y K H S L
Decimal 162 109 251 0.35 0.57 0 0.02 262.39 0.95 0.71
Hex A2 6D FB 23 39 0 2 106 5F 47
Octal 242 155 373 43 71 0 2 406 137 107
Binary 10100010 1101101 11111011 100011 111001 0 10 100000110 1011111 1000111

Color Harmonies of #A26DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DFB

Black with #A26DFB

Text Example


Text Example

White with #A26DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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