Html Css Color HEX #A631EB Blue Violet

📋 copy color: '#A631EB'

red 166 ◦ green 49 ◦ blue 235

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

Shades of Blue Violet #A631EB

Tints of Blue Violet #A631EB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.89%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 36.89%
G = 10.89%
B = 52.22%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A631EB (or 0xA631EB) is known color: Blue Violet. HEX triplet: A6, 31 and EB. RGB value is (166,49,235). Sum of RGB (Red+Green+Blue) = 166+49+235=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #A631EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631EB is #59CE14. Grayscale: #686868. Windows color (decimal): -5885461 or 15413670. OLE color: 15413670.

HSL color Cylindrical-coordinate representation of color #A631EB: hue angle of 277.74º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A631EB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 49 235 -
CMYK 0.29 0.79 0 0.08
HSL 277.74º 0.82% 0.56% -
HSV(B) 277.74º 0.79% 0.92% -
XYZ 31.82 16.3 80.07 -
YUV 105.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 166 49 235 0.29 0.79 0 0.08 277.74 0.82 0.56
Hex A6 31 EB 1D 4F 0 8 116 52 38
Octal 246 61 353 35 117 0 10 426 122 70
Binary 10100110 110001 11101011 11101 1001111 0 1000 100010110 1010010 111000

Color Harmonies of #A631EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631EB

Black with #A631EB

Text Example


Text Example

White with #A631EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631EB; }

 p { color: rgb(166,49,235); }

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

background-color css

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

 a { background-color: rgb(166,49,235); }

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

border-color css

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

 span { border-color: rgb(166,49,235); }

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