Html Css Color HEX #A4649C Violet Blue

📋 copy color: '#A4649C'

red 164 ◦ green 100 ◦ blue 156

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

Shades of Violet Blue #A4649C

Tints of Violet Blue #A4649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 39.05%
G = 23.81%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4649C (or 0xA4649C) is known color: Violet Blue. HEX triplet: A4, 64 and 9C. RGB value is (164,100,156). Sum of RGB (Red+Green+Blue) = 164+100+156=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4649C is #5B9B63. Grayscale: #7D7D7D. Windows color (decimal): -6003556 or 10249380. OLE color: 10249380.

HSL color Cylindrical-coordinate representation of color #A4649C: hue angle of 307.5º 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 #A4649C is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 156 -
CMYK 0 0.39 0.05 0.36
HSL 307.5º 0.26% 0.52% -
HSV(B) 307.5º 0.39% 0.64% -
XYZ 25.87 19.41 33.84 -
YUV 125.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 164 100 156 0 0.39 0.05 0.36 307.5 0.26 0.52
Hex A4 64 9C 0 27 5 24 134 1A 34
Octal 244 144 234 0 47 5 44 464 32 64
Binary 10100100 1100100 10011100 0 100111 101 100100 100110100 11010 110100

Color Harmonies of #A4649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4649C

Black with #A4649C

Text Example


Text Example

White with #A4649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4649C; }

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

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

background-color css

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

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

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

border-color css

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

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

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