Html Css Color HEX #A13BF2 Blue Violet

📋 copy color: '#A13BF2'

red 161 ◦ green 59 ◦ blue 242

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

Shades of Blue Violet #A13BF2

Tints of Blue Violet #A13BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.38%

R = 34.85%
G = 12.77%
B = 52.38%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A13BF2 (or 0xA13BF2) is known color: Blue Violet. HEX triplet: A1, 3B and F2. RGB value is (161,59,242). Sum of RGB (Red+Green+Blue) = 161+59+242=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #A13BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13BF2 is #5EC40D. Grayscale: #6D6D6D. Windows color (decimal): -6210574 or 15874977. OLE color: 15874977.

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

Color convert

RGB 161 59 242 -
CMYK 0.33 0.76 0 0.05
HSL 273.44º 0.88% 0.59% -
HSV(B) 273.44º 0.76% 0.95% -
XYZ 32.29 17.12 85.61 -
YUV 110.36 202.29 164.12 -
System Red Green Blue C M Y K H S L
Decimal 161 59 242 0.33 0.76 0 0.05 273.44 0.88 0.59
Hex A1 3B F2 21 4C 0 5 111 58 3B
Octal 241 73 362 41 114 0 5 421 130 73
Binary 10100001 111011 11110010 100001 1001100 0 101 100010001 1011000 111011

Color Harmonies of #A13BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BF2

Black with #A13BF2

Text Example


Text Example

White with #A13BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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