#a842f4

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

Shades of Blue Violet #A842F4

Tints of Blue Violet #A842F4

Color information

#A842F4 (or 0xA842F4) is unknown color: approx Blue Violet. HEX triplet: A8, 42 and F4. RGB value is (168,66,244). Sum of RGB (Red+Green+Blue) = 168+66+244=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #A842F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842F4 is #57BD0B. Grayscale: #747474. Windows color (decimal): -5750028 or 16007848. OLE color: 16007848.

HSL color Cylindrical-coordinate representation of color #A842F4: hue angle of 274.38º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A842F4 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16866244-
CMYK0.310.7300.04
HSL274.38º89%60.78%-
HSV(B)274.38º72.95%95.69%-
XYZ34.4318.7587.39-
YUV116.79199.79164.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 66 (26.17% from 255) = 13.81%
BLUE value IS 244 (95.70% from 255) = 51.05%
R=35.15%
G=13.81%
B=51.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168662440.310.7300.04274.388960.78
HexA842F41F4904112593d
Octal250102364371110442213175
Binary1010100010000101111010011111100100101001000100101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a842f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a842f4; }

 p { color: rgb(168,66,244); }

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

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

 a { background-color: rgb(168,66,244); }

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

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

 span { border-color: rgb(168,66,244); }

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