#a638ef

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

Shades of Blue Violet #A638EF

Tints of Blue Violet #A638EF

Color information

#A638EF (or 0xA638EF) is unknown color: approx Blue Violet. HEX triplet: A6, 38 and EF. RGB value is (166,56,239). Sum of RGB (Red+Green+Blue) = 166+56+239=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #A638EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A638EF is #59C710. Grayscale: #6D6D6D. Windows color (decimal): -5883665 or 15677606. OLE color: 15677606.

HSL color Cylindrical-coordinate representation of color #A638EF: hue angle of 276.07º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A638EF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16656239-
CMYK0.310.7700.06
HSL276.07º85.12%57.84%-
HSV(B)276.07º76.57%93.73%-
XYZ32.7217.1783.25-
YUV109.75200.94168.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 56 (22.27% from 255) = 12.15%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=36.01%
G=12.15%
B=51.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166562390.310.7700.06276.0785.1257.84
HexA638EF1F4D06114553a
Octal24670357371150642412572
Binary101001101110001110111111111100110101101000101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a638ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a638ef; }

 p { color: rgb(166,56,239); }

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

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

 a { background-color: rgb(166,56,239); }

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

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

 span { border-color: rgb(166,56,239); }

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