Html Css Color HEX #A143EB Blue Violet

📋 copy color: '#A143EB'

red 161 ◦ green 67 ◦ blue 235

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

Shades of Blue Violet #A143EB

Tints of Blue Violet #A143EB

RGB

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

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

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

R = 34.77%
G = 14.47%
B = 50.76%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A143EB (or 0xA143EB) is known color: Blue Violet. HEX triplet: A1, 43 and EB. RGB value is (161,67,235). Sum of RGB (Red+Green+Blue) = 161+67+235=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A143EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143EB is #5EBC14. Grayscale: #717171. Windows color (decimal): -6208533 or 15418273. OLE color: 15418273.

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

Color convert

RGB 161 67 235 -
CMYK 0.31 0.71 0 0.08
HSL 273.57º 0.81% 0.59% -
HSV(B) 273.57º 0.71% 0.92% -
XYZ 31.7 17.59 80.32 -
YUV 114.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 161 67 235 0.31 0.71 0 0.08 273.57 0.81 0.59
Hex A1 43 EB 1F 47 0 8 112 51 3B
Octal 241 103 353 37 107 0 10 422 121 73
Binary 10100001 1000011 11101011 11111 1000111 0 1000 100010010 1010001 111011

Color Harmonies of #A143EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143EB

Black with #A143EB

Text Example


Text Example

White with #A143EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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