Html Css Color HEX #A13DF1 Blue Violet

📋 copy color: '#A13DF1'

red 161 ◦ green 61 ◦ blue 241

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

Shades of Blue Violet #A13DF1

Tints of Blue Violet #A13DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 34.77%
G = 13.17%
B = 52.05%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A13DF1 (or 0xA13DF1) is known color: Blue Violet. HEX triplet: A1, 3D and F1. RGB value is (161,61,241). Sum of RGB (Red+Green+Blue) = 161+61+241=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #A13DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13DF1 is #5EC20E. Grayscale: #6E6E6E. Windows color (decimal): -6210063 or 15809953. OLE color: 15809953.

HSL color Cylindrical-coordinate representation of color #A13DF1: hue angle of 273.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13DF1 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 61 241 -
CMYK 0.33 0.75 0 0.05
HSL 273.33º 0.87% 0.59% -
HSV(B) 273.33º 0.75% 0.95% -
XYZ 32.24 17.27 84.85 -
YUV 111.42 201.13 163.36 -
System Red Green Blue C M Y K H S L
Decimal 161 61 241 0.33 0.75 0 0.05 273.33 0.87 0.59
Hex A1 3D F1 21 4B 0 5 111 57 3B
Octal 241 75 361 41 113 0 5 421 127 73
Binary 10100001 111101 11110001 100001 1001011 0 101 100010001 1010111 111011

Color Harmonies of #A13DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DF1

Black with #A13DF1

Text Example


Text Example

White with #A13DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DF1; }

 p { color: rgb(161,61,241); }

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

background-color css

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

 a { background-color: rgb(161,61,241); }

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

border-color css

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

 span { border-color: rgb(161,61,241); }

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