Html Css Color HEX #A31DEC Blue Violet

📋 copy color: '#A31DEC'

red 163 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #A31DEC

Tints of Blue Violet #A31DEC

RGB

 RED value IS 163 (64.06% from 255) = 38.08%

 GREEN value IS 29 (11.72% from 255) = 6.78%

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

R = 38.08%
G = 6.78%
B = 55.14%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31DEC (or 0xA31DEC) is known color: Blue Violet. HEX triplet: A3, 1D and EC. RGB value is (163,29,236). Sum of RGB (Red+Green+Blue) = 163+29+236=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #A31DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31DEC is #5CE213. Grayscale: #5B5B5B. Windows color (decimal): -6087188 or 15474083. OLE color: 15474083.

HSL color Cylindrical-coordinate representation of color #A31DEC: hue angle of 278.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31DEC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 29 236 -
CMYK 0.31 0.88 0 0.07
HSL 278.84º 0.84% 0.52% -
HSV(B) 278.84º 0.88% 0.93% -
XYZ 30.68 14.72 80.58 -
YUV 92.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 163 29 236 0.31 0.88 0 0.07 278.84 0.84 0.52
Hex A3 1D EC 1F 58 0 7 117 54 34
Octal 243 35 354 37 130 0 7 427 124 64
Binary 10100011 11101 11101100 11111 1011000 0 111 100010111 1010100 110100

Color Harmonies of #A31DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DEC

Black with #A31DEC

Text Example


Text Example

White with #A31DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DEC; }

 p { color: rgb(163,29,236); }

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

background-color css

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

 a { background-color: rgb(163,29,236); }

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

border-color css

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

 span { border-color: rgb(163,29,236); }

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