Html Css Color HEX #A631FD Blue Violet

📋 copy color: '#A631FD'

red 166 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #A631FD

Tints of Blue Violet #A631FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 35.47%
G = 10.47%
B = 54.06%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A631FD (or 0xA631FD) is known color: Blue Violet. HEX triplet: A6, 31 and FD. RGB value is (166,49,253). Sum of RGB (Red+Green+Blue) = 166+49+253=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #A631FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631FD is #59CE02. Grayscale: #6A6A6A. Windows color (decimal): -5885443 or 16593318. OLE color: 16593318.

HSL color Cylindrical-coordinate representation of color #A631FD: hue angle of 274.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A631FD is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 49 253 -
CMYK 0.34 0.81 0 0.01
HSL 274.41º 0.98% 0.59% -
HSV(B) 274.41º 0.81% 0.99% -
XYZ 34.55 17.4 94.46 -
YUV 107.24 210.26 169.91 -
System Red Green Blue C M Y K H S L
Decimal 166 49 253 0.34 0.81 0 0.01 274.41 0.98 0.59
Hex A6 31 FD 22 51 0 1 112 62 3B
Octal 246 61 375 42 121 0 1 422 142 73
Binary 10100110 110001 11111101 100010 1010001 0 1 100010010 1100010 111011

Color Harmonies of #A631FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631FD

Black with #A631FD

Text Example


Text Example

White with #A631FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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