Html Css Color HEX #A726FD Blue Violet

📋 copy color: '#A726FD'

red 167 ◦ green 38 ◦ blue 253

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

Shades of Blue Violet #A726FD

Tints of Blue Violet #A726FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 36.46%
G = 8.3%
B = 55.24%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A726FD (or 0xA726FD) is known color: Blue Violet. HEX triplet: A7, 26 and FD. RGB value is (167,38,253). Sum of RGB (Red+Green+Blue) = 167+38+253=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #A726FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A726FD is #58D902. Grayscale: #646464. Windows color (decimal): -5822723 or 16590503. OLE color: 16590503.

HSL color Cylindrical-coordinate representation of color #A726FD: hue angle of 276º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A726FD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 38 253 -
CMYK 0.34 0.85 0 0.01
HSL 276º 0.98% 0.57% -
HSV(B) 276º 0.85% 0.99% -
XYZ 34.36 16.69 94.34 -
YUV 101.08 213.74 175.02 -
System Red Green Blue C M Y K H S L
Decimal 167 38 253 0.34 0.85 0 0.01 276 0.98 0.57
Hex A7 26 FD 22 55 0 1 114 62 39
Octal 247 46 375 42 125 0 1 424 142 71
Binary 10100111 100110 11111101 100010 1010101 0 1 100010100 1100010 111001

Color Harmonies of #A726FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726FD

Black with #A726FD

Text Example


Text Example

White with #A726FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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