Html Css Color HEX #A544F0 Blue Violet

📋 copy color: '#A544F0'

red 165 ◦ green 68 ◦ blue 240

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

Shades of Blue Violet #A544F0

Tints of Blue Violet #A544F0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.38%

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

R = 34.88%
G = 14.38%
B = 50.74%

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

#A544F0 (or 0xA544F0) is known color: Blue Violet. HEX triplet: A5, 44 and F0. RGB value is (165,68,240). Sum of RGB (Red+Green+Blue) = 165+68+240=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #A544F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A544F0 is #5ABB0F. Grayscale: #747474. Windows color (decimal): -5946128 or 15746213. OLE color: 15746213.

HSL color Cylindrical-coordinate representation of color #A544F0: hue angle of 273.84º 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 #A544F0 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 68 240 -
CMYK 0.31 0.72 0 0.06
HSL 273.84º 0.85% 0.6% -
HSV(B) 273.84º 0.72% 0.94% -
XYZ 33.31 18.42 84.24 -
YUV 116.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 165 68 240 0.31 0.72 0 0.06 273.84 0.85 0.6
Hex A5 44 F0 1F 48 0 6 112 55 3C
Octal 245 104 360 37 110 0 6 422 125 74
Binary 10100101 1000100 11110000 11111 1001000 0 110 100010010 1010101 111100

Color Harmonies of #A544F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544F0

Black with #A544F0

Text Example


Text Example

White with #A544F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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