Html Css Color HEX #A0469D Violet Blue

📋 copy color: '#A0469D'

red 160 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #A0469D

Tints of Violet Blue #A0469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 41.34%
G = 18.09%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0469D (or 0xA0469D) is known color: Violet Blue. HEX triplet: A0, 46 and 9D. RGB value is (160,70,157). Sum of RGB (Red+Green+Blue) = 160+70+157=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0469D is #5FB962. Grayscale: #6A6A6A. Windows color (decimal): -6273379 or 10307232. OLE color: 10307232.

HSL color Cylindrical-coordinate representation of color #A0469D: hue angle of 302º 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 #A0469D is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 157 -
CMYK 0 0.56 0.02 0.37
HSL 302º 0.39% 0.45% -
HSV(B) 302º 0.56% 0.63% -
XYZ 22.77 14.29 33.46 -
YUV 106.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 160 70 157 0 0.56 0.02 0.37 302 0.39 0.45
Hex A0 46 9D 0 38 2 25 12E 27 2D
Octal 240 106 235 0 70 2 45 456 47 55
Binary 10100000 1000110 10011101 0 111000 10 100101 100101110 100111 101101

Color Harmonies of #A0469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0469D

Black with #A0469D

Text Example


Text Example

White with #A0469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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