#A71DE8

Color #A71DE8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A71DE8

Tints of Blue Violet #A71DE8

Color information

#A71DE8 (or 0xA71DE8) is unknown color: approx Blue Violet. HEX triplet: A7, 1D and E8. RGB value is (167,29,232). Sum of RGB (Red+Green+Blue) = 167+29+232=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #A71DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DE8 is #58E217. Grayscale: #5C5C5C. Windows color (decimal): -5825048 or 15211943. OLE color: 15211943.

HSL color Cylindrical-coordinate representation of color #A71DE8: hue angle of 280.79º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71DE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16729232-
CMYK0.280.8800.09
HSL280.79º81.53%51.18%-
HSV(B)280.79º87.5%90.98%-
XYZ30.9414.9277.59-
YUV93.4206.22180.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 29 (11.72% from 255) = 6.78%
BLUE value IS 232 (91.02% from 255) = 54.21%
R=39.02%
G=6.78%
B=54.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167292320.280.8800.09280.7981.5351.18
HexA71DE81C58091195233
Octal247353503413001143112263
Binary101001111110111101000111001011000010011000110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71DE8; }

 p { color: rgb(167,29,232); }

 H1.HeaderClassName
 {
   color: #A71DE8;
 }
 .AnyTagClassName
 {
   color: #A71DE8;
 }
</style>
background-color css

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

 a { background-color: rgb(167,29,232); }

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

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

 span { border-color: rgb(167,29,232); }

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