Html Css Color HEX #A26CFB Medium Purple

📋 copy color: '#A26CFB'

red 162 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #A26CFB

Tints of Medium Purple #A26CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.73%

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

R = 31.09%
G = 20.73%
B = 48.18%

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

#A26CFB (or 0xA26CFB) is known color: Medium Purple. HEX triplet: A2, 6C and FB. RGB value is (162,108,251). Sum of RGB (Red+Green+Blue) = 162+108+251=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CFB is #5D9304. Grayscale: #8B8B8B. Windows color (decimal): -6132485 or 16477346. OLE color: 16477346.

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

Color convert

RGB 162 108 251 -
CMYK 0.35 0.57 0 0.02
HSL 262.66º 0.95% 0.7% -
HSV(B) 262.66º 0.57% 0.98% -
XYZ 37.68 25.37 94.18 -
YUV 140.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 162 108 251 0.35 0.57 0 0.02 262.66 0.95 0.7
Hex A2 6C FB 23 39 0 2 107 5F 46
Octal 242 154 373 43 71 0 2 407 137 106
Binary 10100010 1101100 11111011 100011 111001 0 10 100000111 1011111 1000110

Color Harmonies of #A26CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CFB

Black with #A26CFB

Text Example


Text Example

White with #A26CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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