Html Css Color HEX #A136EB Blue Violet

📋 copy color: '#A136EB'

red 161 ◦ green 54 ◦ blue 235

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

Shades of Blue Violet #A136EB

Tints of Blue Violet #A136EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 35.78%
G = 12%
B = 52.22%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A136EB (or 0xA136EB) is known color: Blue Violet. HEX triplet: A1, 36 and EB. RGB value is (161,54,235). Sum of RGB (Red+Green+Blue) = 161+54+235=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #A136EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136EB is #5EC914. Grayscale: #6A6A6A. Windows color (decimal): -6211861 or 15414945. OLE color: 15414945.

HSL color Cylindrical-coordinate representation of color #A136EB: hue angle of 275.47º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A136EB is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 54 235 -
CMYK 0.31 0.77 0 0.08
HSL 275.47º 0.82% 0.57% -
HSV(B) 275.47º 0.77% 0.92% -
XYZ 31.01 16.21 80.09 -
YUV 106.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 161 54 235 0.31 0.77 0 0.08 275.47 0.82 0.57
Hex A1 36 EB 1F 4D 0 8 113 52 39
Octal 241 66 353 37 115 0 10 423 122 71
Binary 10100001 110110 11101011 11111 1001101 0 1000 100010011 1010010 111001

Color Harmonies of #A136EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136EB

Black with #A136EB

Text Example


Text Example

White with #A136EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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