Html Css Color HEX #A9649D Violet Blue

📋 copy color: '#A9649D'

red 169 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #A9649D

Tints of Violet Blue #A9649D

RGB

 RED value IS 169 (66.41% from 255) = 39.67%

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 39.67%
G = 23.47%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9649D (or 0xA9649D) is known color: Violet Blue. HEX triplet: A9, 64 and 9D. RGB value is (169,100,157). Sum of RGB (Red+Green+Blue) = 169+100+157=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9649D is #569B62. Grayscale: #7E7E7E. Windows color (decimal): -5675875 or 10314921. OLE color: 10314921.

HSL color Cylindrical-coordinate representation of color #A9649D: hue angle of 310.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9649D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 157 -
CMYK 0 0.41 0.07 0.34
HSL 310.43º 0.29% 0.53% -
HSV(B) 310.43º 0.41% 0.66% -
XYZ 27.01 19.98 34.33 -
YUV 127.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 169 100 157 0 0.41 0.07 0.34 310.43 0.29 0.53
Hex A9 64 9D 0 29 7 22 136 1D 35
Octal 251 144 235 0 51 7 42 466 35 65
Binary 10101001 1100100 10011101 0 101001 111 100010 100110110 11101 110101

Color Harmonies of #A9649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9649D

Black with #A9649D

Text Example


Text Example

White with #A9649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9649D; }

 p { color: rgb(169,100,157); }

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

background-color css

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

 a { background-color: rgb(169,100,157); }

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

border-color css

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

 span { border-color: rgb(169,100,157); }

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