Html Css Color HEX #A04690 Violet Blue

📋 copy color: '#A04690'

red 160 ◦ green 70 ◦ blue 144

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

Shades of Violet Blue #A04690

Tints of Violet Blue #A04690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 42.78%
G = 18.72%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A04690 (or 0xA04690) is known color: Violet Blue. HEX triplet: A0, 46 and 90. RGB value is (160,70,144). Sum of RGB (Red+Green+Blue) = 160+70+144=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A04690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04690 is #5FB96F. Grayscale: #696969. Windows color (decimal): -6273392 or 9455264. OLE color: 9455264.

HSL color Cylindrical-coordinate representation of color #A04690: hue angle of 310.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04690 is Cyan = 0, Magento = 0.56, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 144 -
CMYK 0 0.56 0.1 0.37
HSL 310.67º 0.39% 0.45% -
HSV(B) 310.67º 0.56% 0.63% -
XYZ 21.72 13.87 27.92 -
YUV 105.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 160 70 144 0 0.56 0.1 0.37 310.67 0.39 0.45
Hex A0 46 90 0 38 A 25 137 27 2D
Octal 240 106 220 0 70 12 45 467 47 55
Binary 10100000 1000110 10010000 0 111000 1010 100101 100110111 100111 101101

Color Harmonies of #A04690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04690

Black with #A04690

Text Example


Text Example

White with #A04690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04690; }

 p { color: rgb(160,70,144); }

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

background-color css

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

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

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

border-color css

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

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

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