Html Css Color HEX #A540A0 Violet Blue

📋 copy color: '#A540A0'

red 165 ◦ green 64 ◦ blue 160

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

Shades of Violet Blue #A540A0

Tints of Violet Blue #A540A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 42.42%
G = 16.45%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A540A0 (or 0xA540A0) is known color: Violet Blue. HEX triplet: A5, 40 and A0. RGB value is (165,64,160). Sum of RGB (Red+Green+Blue) = 165+64+160=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A540A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540A0 is #5ABF5F. Grayscale: #686868. Windows color (decimal): -5947232 or 10502309. OLE color: 10502309.

HSL color Cylindrical-coordinate representation of color #A540A0: hue angle of 302.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A540A0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 160 -
CMYK 0 0.61 0.03 0.35
HSL 302.97º 0.44% 0.45% -
HSV(B) 302.97º 0.61% 0.65% -
XYZ 23.7 14.2 34.75 -
YUV 105.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 165 64 160 0 0.61 0.03 0.35 302.97 0.44 0.45
Hex A5 40 A0 0 3D 3 23 12F 2C 2D
Octal 245 100 240 0 75 3 43 457 54 55
Binary 10100101 1000000 10100000 0 111101 11 100011 100101111 101100 101101

Color Harmonies of #A540A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540A0

Black with #A540A0

Text Example


Text Example

White with #A540A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540A0; }

 p { color: rgb(165,64,160); }

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

background-color css

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

 a { background-color: rgb(165,64,160); }

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

border-color css

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

 span { border-color: rgb(165,64,160); }

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