Html Css Color HEX #A143EC Blue Violet

📋 copy color: '#A143EC'

red 161 ◦ green 67 ◦ blue 236

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

Shades of Blue Violet #A143EC

Tints of Blue Violet #A143EC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.44%

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

R = 34.7%
G = 14.44%
B = 50.86%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A143EC (or 0xA143EC) is known color: Blue Violet. HEX triplet: A1, 43 and EC. RGB value is (161,67,236). Sum of RGB (Red+Green+Blue) = 161+67+236=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A143EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143EC is #5EBC13. Grayscale: #717171. Windows color (decimal): -6208532 or 15483809. OLE color: 15483809.

HSL color Cylindrical-coordinate representation of color #A143EC: hue angle of 273.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A143EC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 67 236 -
CMYK 0.32 0.72 0 0.07
HSL 273.37º 0.82% 0.59% -
HSV(B) 273.37º 0.72% 0.93% -
XYZ 31.85 17.65 81.08 -
YUV 114.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 161 67 236 0.32 0.72 0 0.07 273.37 0.82 0.59
Hex A1 43 EC 20 48 0 7 111 52 3B
Octal 241 103 354 40 110 0 7 421 122 73
Binary 10100001 1000011 11101100 100000 1001000 0 111 100010001 1010010 111011

Color Harmonies of #A143EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143EC

Black with #A143EC

Text Example


Text Example

White with #A143EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143EC; }

 p { color: rgb(161,67,236); }

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

background-color css

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

 a { background-color: rgb(161,67,236); }

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

border-color css

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

 span { border-color: rgb(161,67,236); }

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