Html Css Color HEX #A726F6 Blue Violet

📋 copy color: '#A726F6'

red 167 ◦ green 38 ◦ blue 246

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

Shades of Blue Violet #A726F6

Tints of Blue Violet #A726F6

RGB

 RED value IS 167 (65.63% from 255) = 37.03%

 GREEN value IS 38 (15.23% from 255) = 8.43%

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 37.03%
G = 8.43%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A726F6 (or 0xA726F6) is known color: Blue Violet. HEX triplet: A7, 26 and F6. RGB value is (167,38,246). Sum of RGB (Red+Green+Blue) = 167+38+246=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #A726F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A726F6 is #58D909. Grayscale: #636363. Windows color (decimal): -5822730 or 16131751. OLE color: 16131751.

HSL color Cylindrical-coordinate representation of color #A726F6: hue angle of 277.21º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A726F6 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 38 246 -
CMYK 0.32 0.85 0 0.04
HSL 277.21º 0.92% 0.56% -
HSV(B) 277.21º 0.85% 0.96% -
XYZ 33.26 16.26 88.57 -
YUV 100.28 210.24 175.59 -
System Red Green Blue C M Y K H S L
Decimal 167 38 246 0.32 0.85 0 0.04 277.21 0.92 0.56
Hex A7 26 F6 20 55 0 4 115 5C 38
Octal 247 46 366 40 125 0 4 425 134 70
Binary 10100111 100110 11110110 100000 1010101 0 100 100010101 1011100 111000

Color Harmonies of #A726F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726F6

Black with #A726F6

Text Example


Text Example

White with #A726F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726F6; }

 p { color: rgb(167,38,246); }

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

background-color css

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

 a { background-color: rgb(167,38,246); }

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

border-color css

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

 span { border-color: rgb(167,38,246); }

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