Html Css Color HEX #A136F1 Blue Violet

📋 copy color: '#A136F1'

red 161 ◦ green 54 ◦ blue 241

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

Shades of Blue Violet #A136F1

Tints of Blue Violet #A136F1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.84%

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

R = 35.31%
G = 11.84%
B = 52.85%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A136F1 (or 0xA136F1) is known color: Blue Violet. HEX triplet: A1, 36 and F1. RGB value is (161,54,241). Sum of RGB (Red+Green+Blue) = 161+54+241=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #A136F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136F1 is #5EC90E. Grayscale: #6A6A6A. Windows color (decimal): -6211855 or 15808161. OLE color: 15808161.

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

Color convert

RGB 161 54 241 -
CMYK 0.33 0.78 0 0.05
HSL 274.33º 0.87% 0.58% -
HSV(B) 274.33º 0.78% 0.95% -
XYZ 31.89 16.57 84.74 -
YUV 107.31 203.45 166.29 -
System Red Green Blue C M Y K H S L
Decimal 161 54 241 0.33 0.78 0 0.05 274.33 0.87 0.58
Hex A1 36 F1 21 4E 0 5 112 57 3A
Octal 241 66 361 41 116 0 5 422 127 72
Binary 10100001 110110 11110001 100001 1001110 0 101 100010010 1010111 111010

Color Harmonies of #A136F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136F1

Black with #A136F1

Text Example


Text Example

White with #A136F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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