Html Css Color HEX #A336EC Blue Violet

📋 copy color: '#A336EC'

red 163 ◦ green 54 ◦ blue 236

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

Shades of Blue Violet #A336EC

Tints of Blue Violet #A336EC

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

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

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 35.98%
G = 11.92%
B = 52.1%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A336EC (or 0xA336EC) is known color: Blue Violet. HEX triplet: A3, 36 and EC. RGB value is (163,54,236). Sum of RGB (Red+Green+Blue) = 163+54+236=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A336EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A336EC is #5CC913. Grayscale: #6A6A6A. Windows color (decimal): -6080788 or 15480483. OLE color: 15480483.

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

Color convert

RGB 163 54 236 -
CMYK 0.31 0.77 0 0.07
HSL 275.93º 0.83% 0.57% -
HSV(B) 275.93º 0.77% 0.93% -
XYZ 31.56 16.48 80.87 -
YUV 107.34 200.61 167.7 -
System Red Green Blue C M Y K H S L
Decimal 163 54 236 0.31 0.77 0 0.07 275.93 0.83 0.57
Hex A3 36 EC 1F 4D 0 7 114 53 39
Octal 243 66 354 37 115 0 7 424 123 71
Binary 10100011 110110 11101100 11111 1001101 0 111 100010100 1010011 111001

Color Harmonies of #A336EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336EC

Black with #A336EC

Text Example


Text Example

White with #A336EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336EC; }

 p { color: rgb(163,54,236); }

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

background-color css

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

 a { background-color: rgb(163,54,236); }

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

border-color css

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

 span { border-color: rgb(163,54,236); }

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