#A843F2

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

Shades of Blue Violet #A843F2

Tints of Blue Violet #A843F2

Color information

#A843F2 (or 0xA843F2) is unknown color: approx Blue Violet. HEX triplet: A8, 43 and F2. RGB value is (168,67,242). Sum of RGB (Red+Green+Blue) = 168+67+242=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #A843F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A843F2 is #57BC0D. Grayscale: #747474. Windows color (decimal): -5749774 or 15877032. OLE color: 15877032.

HSL color Cylindrical-coordinate representation of color #A843F2: hue angle of 274.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A843F2 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16867242-
CMYK0.310.7200.05
HSL274.63º87.06%60.59%-
HSV(B)274.63º72.31%94.9%-
XYZ34.1818.7585.82-
YUV117.15198.46164.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 67 (26.56% from 255) = 14.05%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=35.22%
G=14.05%
B=50.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168672420.310.7200.05274.6387.0660.59
HexA843F21F4805113573d
Octal250103362371100542312775
Binary1010100010000111111001011111100100001011000100111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A843F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A843F2; }

 p { color: rgb(168,67,242); }

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

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

 a { background-color: rgb(168,67,242); }

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

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

 span { border-color: rgb(168,67,242); }

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