#A634FE

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

Shades of Blue Violet #A634FE

Tints of Blue Violet #A634FE

Color information

#A634FE (or 0xA634FE) is unknown color: approx Blue Violet. HEX triplet: A6, 34 and FE. RGB value is (166,52,254). Sum of RGB (Red+Green+Blue) = 166+52+254=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #A634FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A634FE is #59CB01. Grayscale: #6C6C6C. Windows color (decimal): -5884674 or 16659622. OLE color: 16659622.

HSL color Cylindrical-coordinate representation of color #A634FE: hue angle of 273.86º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A634FE is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16652254-
CMYK0.350.8000.00
HSL273.86º99.02%60%-
HSV(B)273.86º79.53%99.61%-
XYZ34.8417.7295.35-
YUV109.11209.77168.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 52 (20.70% from 255) = 11.02%
BLUE value IS 254 (99.61% from 255) = 53.81%
R=35.17%
G=11.02%
B=53.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal166522540.350.8000.00273.8699.0260
HexA634FE235000112633c
Octal24664376431200042214374
Binary10100110110100111111101000111010000001000100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634FE; }

 p { color: rgb(166,52,254); }

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

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

 a { background-color: rgb(166,52,254); }

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

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

 span { border-color: rgb(166,52,254); }

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