Html Css Color HEX #A040A0 Violet Blue

📋 copy color: '#A040A0'

red 160 ◦ green 64 ◦ blue 160

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

Shades of Violet Blue #A040A0

Tints of Violet Blue #A040A0

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

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

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

R = 41.67%
G = 16.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A040A0 (or 0xA040A0) is known color: Violet Blue. HEX triplet: A0, 40 and A0. RGB value is (160,64,160). Sum of RGB (Red+Green+Blue) = 160+64+160=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A040A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040A0 is #5FBF5F. Grayscale: #676767. Windows color (decimal): -6274912 or 10502304. OLE color: 10502304.

HSL color Cylindrical-coordinate representation of color #A040A0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A040A0 is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 160 -
CMYK 0 0.6 0 0.37
HSL 300º 0.43% 0.44% -
HSV(B) 300º 0.6% 0.63% -
XYZ 22.68 13.68 34.7 -
YUV 103.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 160 64 160 0 0.6 0 0.37 300 0.43 0.44
Hex A0 40 A0 0 3C 0 25 12C 2B 2C
Octal 240 100 240 0 74 0 45 454 53 54
Binary 10100000 1000000 10100000 0 111100 0 100101 100101100 101011 101100

Color Harmonies of #A040A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040A0

Black with #A040A0

Text Example


Text Example

White with #A040A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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