#A635F4

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

Shades of Blue Violet #A635F4

Tints of Blue Violet #A635F4

Color information

#A635F4 (or 0xA635F4) is unknown color: approx Blue Violet. HEX triplet: A6, 35 and F4. RGB value is (166,53,244). Sum of RGB (Red+Green+Blue) = 166+53+244=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #A635F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A635F4 is #59CA0B. Grayscale: #6B6B6B. Windows color (decimal): -5884428 or 16004518. OLE color: 16004518.

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

Color convert

RGB16653244-
CMYK0.320.7800.04
HSL275.5º89.67%58.24%-
HSV(B)275.5º78.28%95.69%-
XYZ33.3317.1887.15-
YUV108.56204.44168.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 244 (95.70% from 255) = 52.70%
R=35.85%
G=11.45%
B=52.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166532440.320.7800.04275.589.6758.24
HexA635F4204E041135a3a
Octal24665364401160442313272
Binary1010011011010111110100100000100111001001000100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A635F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A635F4; }

 p { color: rgb(166,53,244); }

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

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

 a { background-color: rgb(166,53,244); }

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

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

 span { border-color: rgb(166,53,244); }

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