Html Css Color HEX #A4649D Violet Blue

📋 copy color: '#A4649D'

red 164 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #A4649D

Tints of Violet Blue #A4649D

RGB

 RED value IS 164 (64.45% from 255) = 38.95%

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

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

R = 38.95%
G = 23.75%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4649D (or 0xA4649D) is known color: Violet Blue. HEX triplet: A4, 64 and 9D. RGB value is (164,100,157). Sum of RGB (Red+Green+Blue) = 164+100+157=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649D is #5B9B62. Grayscale: #7D7D7D. Windows color (decimal): -6003555 or 10314916. OLE color: 10314916.

HSL color Cylindrical-coordinate representation of color #A4649D: hue angle of 306.56º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4649D is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 157 -
CMYK 0 0.39 0.04 0.36
HSL 306.56º 0.26% 0.52% -
HSV(B) 306.56º 0.39% 0.64% -
XYZ 25.95 19.44 34.28 -
YUV 125.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 164 100 157 0 0.39 0.04 0.36 306.56 0.26 0.52
Hex A4 64 9D 0 27 4 24 133 1A 34
Octal 244 144 235 0 47 4 44 463 32 64
Binary 10100100 1100100 10011101 0 100111 100 100100 100110011 11010 110100

Color Harmonies of #A4649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4649D

Black with #A4649D

Text Example


Text Example

White with #A4649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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