Html Css Color HEX #A31BED Blue Violet

📋 copy color: '#A31BED'

red 163 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #A31BED

Tints of Blue Violet #A31BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.32%

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

R = 38.17%
G = 6.32%
B = 55.5%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A31BED (or 0xA31BED) is known color: Blue Violet. HEX triplet: A3, 1B and ED. RGB value is (163,27,237). Sum of RGB (Red+Green+Blue) = 163+27+237=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #A31BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BED is #5CE412. Grayscale: #5A5A5A. Windows color (decimal): -6087699 or 15539107. OLE color: 15539107.

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

Color convert

RGB 163 27 237 -
CMYK 0.31 0.89 0 0.07
HSL 278.86º 0.85% 0.52% -
HSV(B) 278.86º 0.89% 0.93% -
XYZ 30.78 14.68 81.33 -
YUV 91.6 210.06 178.92 -
System Red Green Blue C M Y K H S L
Decimal 163 27 237 0.31 0.89 0 0.07 278.86 0.85 0.52
Hex A3 1B ED 1F 59 0 7 117 55 34
Octal 243 33 355 37 131 0 7 427 125 64
Binary 10100011 11011 11101101 11111 1011001 0 111 100010111 1010101 110100

Color Harmonies of #A31BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BED

Black with #A31BED

Text Example


Text Example

White with #A31BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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