Html Css Color HEX #A636F0 Blue Violet

📋 copy color: '#A636F0'

red 166 ◦ green 54 ◦ blue 240

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

Shades of Blue Violet #A636F0

Tints of Blue Violet #A636F0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 36.09%
G = 11.74%
B = 52.17%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A636F0 (or 0xA636F0) is known color: Blue Violet. HEX triplet: A6, 36 and F0. RGB value is (166,54,240). Sum of RGB (Red+Green+Blue) = 166+54+240=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 54 (21.48% from 255 or 11.74% 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 #A636F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A636F0 is #59C90F. Grayscale: #6C6C6C. Windows color (decimal): -5884176 or 15742630. OLE color: 15742630.

HSL color Cylindrical-coordinate representation of color #A636F0: hue angle of 276.13º degrees, saturation: 0.86, 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 #A636F0 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 54 240 -
CMYK 0.31 0.78 0 0.06
HSL 276.13º 0.86% 0.58% -
HSV(B) 276.13º 0.78% 0.94% -
XYZ 32.77 17.04 84 -
YUV 108.69 202.11 168.88 -
System Red Green Blue C M Y K H S L
Decimal 166 54 240 0.31 0.78 0 0.06 276.13 0.86 0.58
Hex A6 36 F0 1F 4E 0 6 114 56 3A
Octal 246 66 360 37 116 0 6 424 126 72
Binary 10100110 110110 11110000 11111 1001110 0 110 100010100 1010110 111010

Color Harmonies of #A636F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636F0

Black with #A636F0

Text Example


Text Example

White with #A636F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636F0; }

 p { color: rgb(166,54,240); }

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

background-color css

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

 a { background-color: rgb(166,54,240); }

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

border-color css

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

 span { border-color: rgb(166,54,240); }

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