Html Css Color HEX #A26BF9 Medium Purple

📋 copy color: '#A26BF9'

red 162 ◦ green 107 ◦ blue 249

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

Shades of Medium Purple #A26BF9

Tints of Medium Purple #A26BF9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.66%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 31.27%
G = 20.66%
B = 48.07%

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

#A26BF9 (or 0xA26BF9) is known color: Medium Purple. HEX triplet: A2, 6B and F9. RGB value is (162,107,249). Sum of RGB (Red+Green+Blue) = 162+107+249=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #A26BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BF9 is #5D9406. Grayscale: #8B8B8B. Windows color (decimal): -6132743 or 16346018. OLE color: 16346018.

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

Color convert

RGB 162 107 249 -
CMYK 0.35 0.57 0 0.02
HSL 263.24º 0.92% 0.7% -
HSV(B) 263.24º 0.57% 0.98% -
XYZ 37.26 25.04 92.49 -
YUV 139.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 162 107 249 0.35 0.57 0 0.02 263.24 0.92 0.7
Hex A2 6B F9 23 39 0 2 107 5C 46
Octal 242 153 371 43 71 0 2 407 134 106
Binary 10100010 1101011 11111001 100011 111001 0 10 100000111 1011100 1000110

Color Harmonies of #A26BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BF9

Black with #A26BF9

Text Example


Text Example

White with #A26BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BF9; }

 p { color: rgb(162,107,249); }

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

background-color css

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

 a { background-color: rgb(162,107,249); }

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

border-color css

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

 span { border-color: rgb(162,107,249); }

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