Html Css Color HEX #A04DA5 Violet Blue

📋 copy color: '#A04DA5'

red 160 ◦ green 77 ◦ blue 165

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

Shades of Violet Blue #A04DA5

Tints of Violet Blue #A04DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 39.8%
G = 19.15%
B = 41.04%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A04DA5 (or 0xA04DA5) is known color: Violet Blue. HEX triplet: A0, 4D and A5. RGB value is (160,77,165). Sum of RGB (Red+Green+Blue) = 160+77+165=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #A04DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DA5 is #5FB25A. Grayscale: #6F6F6F. Windows color (decimal): -6271579 or 10833312. OLE color: 10833312.

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

Color convert

RGB 160 77 165 -
CMYK 0.03 0.53 0 0.35
HSL 296.59º 0.36% 0.47% -
HSV(B) 296.59º 0.53% 0.65% -
XYZ 23.94 15.5 37.33 -
YUV 111.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 160 77 165 0.03 0.53 0 0.35 296.59 0.36 0.47
Hex A0 4D A5 3 35 0 23 129 24 2F
Octal 240 115 245 3 65 0 43 451 44 57
Binary 10100000 1001101 10100101 11 110101 0 100011 100101001 100100 101111

Color Harmonies of #A04DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DA5

Black with #A04DA5

Text Example


Text Example

White with #A04DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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