#A74BFF

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

Shades of Blue Violet #A74BFF

Tints of Blue Violet #A74BFF

Color information

#A74BFF (or 0xA74BFF) is unknown color: approx Blue Violet. HEX triplet: A7, 4B and FF. RGB value is (167,75,255). Sum of RGB (Red+Green+Blue) = 167+75+255=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A74BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BFF is #58B400. Grayscale: #7A7A7A. Windows color (decimal): -5813249 or 16731047. OLE color: 16731047.

HSL color Cylindrical-coordinate representation of color #A74BFF: hue angle of 270.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A74BFF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16775255-
CMYK0.350.7100
HSL270.67º100%64.71%-
HSV(B)270.67º70.59%100%-
XYZ36.520.4796.63-
YUV123.03202.48159.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 255 (100% from 255) = 51.31%
R=33.60%
G=15.09%
B=51.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal167752550.350.7100270.6710064.71
HexA74BFF23470010f6441
Octal2471133774310700417144101
Binary1010011110010111111111110001110001110010000111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74BFF; }

 p { color: rgb(167,75,255); }

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

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

 a { background-color: rgb(167,75,255); }

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

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

 span { border-color: rgb(167,75,255); }

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