Html Css Color HEX #A543F0 Blue Violet

📋 copy color: '#A543F0'

red 165 ◦ green 67 ◦ blue 240

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

Shades of Blue Violet #A543F0

Tints of Blue Violet #A543F0

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

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

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 34.96%
G = 14.19%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A543F0 (or 0xA543F0) is known color: Blue Violet. HEX triplet: A5, 43 and F0. RGB value is (165,67,240). Sum of RGB (Red+Green+Blue) = 165+67+240=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #A543F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A543F0 is #5ABC0F. Grayscale: #737373. Windows color (decimal): -5946384 or 15745957. OLE color: 15745957.

HSL color Cylindrical-coordinate representation of color #A543F0: hue angle of 273.99º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A543F0 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 67 240 -
CMYK 0.31 0.72 0 0.06
HSL 273.99º 0.85% 0.6% -
HSV(B) 273.99º 0.72% 0.94% -
XYZ 33.25 18.3 84.22 -
YUV 116.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 165 67 240 0.31 0.72 0 0.06 273.99 0.85 0.6
Hex A5 43 F0 1F 48 0 6 112 55 3C
Octal 245 103 360 37 110 0 6 422 125 74
Binary 10100101 1000011 11110000 11111 1001000 0 110 100010010 1010101 111100

Color Harmonies of #A543F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A543F0

Black with #A543F0

Text Example


Text Example

White with #A543F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A543F0; }

 p { color: rgb(165,67,240); }

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

background-color css

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

 a { background-color: rgb(165,67,240); }

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

border-color css

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

 span { border-color: rgb(165,67,240); }

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