Html Css Color HEX #A640EC Blue Violet

📋 copy color: '#A640EC'

red 166 ◦ green 64 ◦ blue 236

#A640EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A640EC

Tints of Blue Violet #A640EC

RGB

 RED value IS 166 (65.23% from 255) = 35.62%

 GREEN value IS 64 (25.39% from 255) = 13.73%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 35.62%
G = 13.73%
B = 50.64%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A640EC (or 0xA640EC) is known color: Blue Violet. HEX triplet: A6, 40 and EC. RGB value is (166,64,236). Sum of RGB (Red+Green+Blue) = 166+64+236=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A640EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640EC is #59BF13. Grayscale: #717171. Windows color (decimal): -5881620 or 15483046. OLE color: 15483046.

HSL color Cylindrical-coordinate representation of color #A640EC: hue angle of 275.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A640EC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 64 236 -
CMYK 0.30 0.73 0 0.07
HSL 275.58º 0.82% 0.59% -
HSV(B) 275.58º 0.73% 0.93% -
XYZ 32.7 17.83 81.07 -
YUV 114.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 166 64 236 0.30 0.73 0 0.07 275.58 0.82 0.59
Hex A6 40 EC 1E 49 0 7 114 52 3B
Octal 246 100 354 36 111 0 7 424 122 73
Binary 10100110 1000000 11101100 11110 1001001 0 111 100010100 1010010 111011

Color Harmonies of #A640EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640EC

Black with #A640EC

Text Example


Text Example

White with #A640EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640EC; }

 p { color: rgb(166,64,236); }

 H1.HeaderClassName
 {
   color: #A640EC;
 }
 .AnyTagClassName
 {
   color: #A640EC;
 }
</style>

background-color css

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

 a { background-color: rgb(166,64,236); }

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

border-color css

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

 span { border-color: rgb(166,64,236); }

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