Html Css Color HEX #A042A0 Violet Blue

📋 copy color: '#A042A0'

red 160 ◦ green 66 ◦ blue 160

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

Shades of Violet Blue #A042A0

Tints of Violet Blue #A042A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

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

R = 41.45%
G = 17.1%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A042A0 (or 0xA042A0) is known color: Violet Blue. HEX triplet: A0, 42 and A0. RGB value is (160,66,160). Sum of RGB (Red+Green+Blue) = 160+66+160=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A042A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042A0 is #5FBD5F. Grayscale: #686868. Windows color (decimal): -6274400 or 10502816. OLE color: 10502816.

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

Color convert

RGB 160 66 160 -
CMYK 0 0.59 0 0.37
HSL 300º 0.42% 0.44% -
HSV(B) 300º 0.59% 0.63% -
XYZ 22.79 13.91 34.74 -
YUV 104.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 160 66 160 0 0.59 0 0.37 300 0.42 0.44
Hex A0 42 A0 0 3B 0 25 12C 2A 2C
Octal 240 102 240 0 73 0 45 454 52 54
Binary 10100000 1000010 10100000 0 111011 0 100101 100101100 101010 101100

Color Harmonies of #A042A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042A0

Black with #A042A0

Text Example


Text Example

White with #A042A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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