Html Css Color HEX #A13CF5 Blue Violet

📋 copy color: '#A13CF5'

red 161 ◦ green 60 ◦ blue 245

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

Shades of Blue Violet #A13CF5

Tints of Blue Violet #A13CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 34.55%
G = 12.88%
B = 52.58%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A13CF5 (or 0xA13CF5) is known color: Blue Violet. HEX triplet: A1, 3C and F5. RGB value is (161,60,245). Sum of RGB (Red+Green+Blue) = 161+60+245=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #A13CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CF5 is #5EC30A. Grayscale: #6E6E6E. Windows color (decimal): -6210315 or 16071841. OLE color: 16071841.

HSL color Cylindrical-coordinate representation of color #A13CF5: hue angle of 272.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13CF5 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 60 245 -
CMYK 0.34 0.76 0 0.04
HSL 272.76º 0.9% 0.6% -
HSV(B) 272.76º 0.76% 0.96% -
XYZ 32.8 17.4 88.02 -
YUV 111.29 203.46 163.46 -
System Red Green Blue C M Y K H S L
Decimal 161 60 245 0.34 0.76 0 0.04 272.76 0.9 0.6
Hex A1 3C F5 22 4C 0 4 111 5A 3C
Octal 241 74 365 42 114 0 4 421 132 74
Binary 10100001 111100 11110101 100010 1001100 0 100 100010001 1011010 111100

Color Harmonies of #A13CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CF5

Black with #A13CF5

Text Example


Text Example

White with #A13CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CF5; }

 p { color: rgb(161,60,245); }

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

background-color css

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

 a { background-color: rgb(161,60,245); }

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

border-color css

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

 span { border-color: rgb(161,60,245); }

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