Html Css Color HEX #A13BFF Blue Violet

📋 copy color: '#A13BFF'

red 161 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #A13BFF

Tints of Blue Violet #A13BFF

RGB

 RED value IS 161 (63.28% from 255) = 33.89%

 GREEN value IS 59 (23.44% from 255) = 12.42%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 33.89%
G = 12.42%
B = 53.68%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A13BFF (or 0xA13BFF) is known color: Blue Violet. HEX triplet: A1, 3B and FF. RGB value is (161,59,255). Sum of RGB (Red+Green+Blue) = 161+59+255=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #A13BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13BFF is #5EC400. Grayscale: #6F6F6F. Windows color (decimal): -6210561 or 16726945. OLE color: 16726945.

HSL color Cylindrical-coordinate representation of color #A13BFF: hue angle of 271.22º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A13BFF is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 59 255 -
CMYK 0.37 0.77 0 0
HSL 271.22º 1% 0.62% -
HSV(B) 271.22º 0.77% 1% -
XYZ 34.31 17.93 96.26 -
YUV 111.84 208.79 163.06 -
System Red Green Blue C M Y K H S L
Decimal 161 59 255 0.37 0.77 0 0 271.22 1 0.62
Hex A1 3B FF 25 4D 0 0 10F 64 3E
Octal 241 73 377 45 115 0 0 417 144 76
Binary 10100001 111011 11111111 100101 1001101 0 0 100001111 1100100 111110

Color Harmonies of #A13BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BFF

Black with #A13BFF

Text Example


Text Example

White with #A13BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BFF; }

 p { color: rgb(161,59,255); }

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

background-color css

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

 a { background-color: rgb(161,59,255); }

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

border-color css

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

 span { border-color: rgb(161,59,255); }

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