Html Css Color HEX #A31CED Blue Violet

📋 copy color: '#A31CED'

red 163 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #A31CED

Tints of Blue Violet #A31CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 38.08%
G = 6.54%
B = 55.37%

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

#A31CED (or 0xA31CED) is known color: Blue Violet. HEX triplet: A3, 1C and ED. RGB value is (163,28,237). Sum of RGB (Red+Green+Blue) = 163+28+237=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A31CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CED is #5CE312. Grayscale: #5B5B5B. Windows color (decimal): -6087443 or 15539363. OLE color: 15539363.

HSL color Cylindrical-coordinate representation of color #A31CED: hue angle of 278.76º degrees, saturation: 0.85, 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 #A31CED is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 28 237 -
CMYK 0.31 0.88 0 0.07
HSL 278.76º 0.85% 0.52% -
HSV(B) 278.76º 0.88% 0.93% -
XYZ 30.81 14.73 81.34 -
YUV 92.19 209.73 178.51 -
System Red Green Blue C M Y K H S L
Decimal 163 28 237 0.31 0.88 0 0.07 278.76 0.85 0.52
Hex A3 1C ED 1F 58 0 7 117 55 34
Octal 243 34 355 37 130 0 7 427 125 64
Binary 10100011 11100 11101101 11111 1011000 0 111 100010111 1010101 110100

Color Harmonies of #A31CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CED

Black with #A31CED

Text Example


Text Example

White with #A31CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CED; }

 p { color: rgb(163,28,237); }

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

background-color css

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

 a { background-color: rgb(163,28,237); }

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

border-color css

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

 span { border-color: rgb(163,28,237); }

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