#A834F0

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

Shades of Blue Violet #A834F0

Tints of Blue Violet #A834F0

Color information

#A834F0 (or 0xA834F0) is unknown color: approx Blue Violet. HEX triplet: A8, 34 and F0. RGB value is (168,52,240). Sum of RGB (Red+Green+Blue) = 168+52+240=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #A834F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834F0 is #57CB0F. Grayscale: #6B6B6B. Windows color (decimal): -5753616 or 15742120. OLE color: 15742120.

HSL color Cylindrical-coordinate representation of color #A834F0: hue angle of 277.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A834F0 is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16852240-
CMYK0.30.7800.06
HSL277.02º86.24%57.25%-
HSV(B)277.02º78.33%94.12%-
XYZ33.117.0783.99-
YUV108.12202.43170.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 52 (20.70% from 255) = 11.30%
BLUE value IS 240 (94.14% from 255) = 52.17%
R=36.52%
G=11.30%
B=52.17%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal168522400.30.7800.06277.0286.2457.25
HexA834F01E4E061155639
Octal25064360361160642512671
Binary101010001101001111000011110100111001101000101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A834F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A834F0; }

 p { color: rgb(168,52,240); }

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

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

 a { background-color: rgb(168,52,240); }

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

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

 span { border-color: rgb(168,52,240); }

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