Html Css Color HEX #A136F6 Blue Violet

📋 copy color: '#A136F6'

red 161 ◦ green 54 ◦ blue 246

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

Shades of Blue Violet #A136F6

Tints of Blue Violet #A136F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 34.92%
G = 11.71%
B = 53.36%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A136F6 (or 0xA136F6) is known color: Blue Violet. HEX triplet: A1, 36 and F6. RGB value is (161,54,246). Sum of RGB (Red+Green+Blue) = 161+54+246=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #A136F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136F6 is #5EC909. Grayscale: #6B6B6B. Windows color (decimal): -6211850 or 16135841. OLE color: 16135841.

HSL color Cylindrical-coordinate representation of color #A136F6: hue angle of 273.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A136F6 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 54 246 -
CMYK 0.35 0.78 0 0.04
HSL 273.44º 0.91% 0.59% -
HSV(B) 273.44º 0.78% 0.96% -
XYZ 32.65 16.87 88.72 -
YUV 107.88 205.95 165.89 -
System Red Green Blue C M Y K H S L
Decimal 161 54 246 0.35 0.78 0 0.04 273.44 0.91 0.59
Hex A1 36 F6 23 4E 0 4 111 5B 3B
Octal 241 66 366 43 116 0 4 421 133 73
Binary 10100001 110110 11110110 100011 1001110 0 100 100010001 1011011 111011

Color Harmonies of #A136F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136F6

Black with #A136F6

Text Example


Text Example

White with #A136F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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