Html Css Color HEX #A26FF7 Medium Purple

📋 copy color: '#A26FF7'

red 162 ◦ green 111 ◦ blue 247

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

Shades of Medium Purple #A26FF7

Tints of Medium Purple #A26FF7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

 BLUE value IS 247 (96.88% from 255) = 47.5%

R = 31.15%
G = 21.35%
B = 47.5%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A26FF7 (or 0xA26FF7) is known color: Medium Purple. HEX triplet: A2, 6F and F7. RGB value is (162,111,247). Sum of RGB (Red+Green+Blue) = 162+111+247=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #A26FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FF7 is #5D9008. Grayscale: #8D8D8D. Windows color (decimal): -6131721 or 16215970. OLE color: 16215970.

HSL color Cylindrical-coordinate representation of color #A26FF7: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26FF7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 111 247 -
CMYK 0.34 0.55 0 0.03
HSL 262.5º 0.89% 0.7% -
HSV(B) 262.5º 0.55% 0.97% -
XYZ 37.37 25.77 91 -
YUV 141.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 162 111 247 0.34 0.55 0 0.03 262.5 0.89 0.7
Hex A2 6F F7 22 37 0 3 106 59 46
Octal 242 157 367 42 67 0 3 406 131 106
Binary 10100010 1101111 11110111 100010 110111 0 11 100000110 1011001 1000110

Color Harmonies of #A26FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FF7

Black with #A26FF7

Text Example


Text Example

White with #A26FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FF7; }

 p { color: rgb(162,111,247); }

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

background-color css

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

 a { background-color: rgb(162,111,247); }

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

border-color css

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

 span { border-color: rgb(162,111,247); }

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