Html Css Color HEX #A4619B Violet Blue

📋 copy color: '#A4619B'

red 164 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #A4619B

Tints of Violet Blue #A4619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 39.42%
G = 23.32%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4619B (or 0xA4619B) is known color: Violet Blue. HEX triplet: A4, 61 and 9B. RGB value is (164,97,155). Sum of RGB (Red+Green+Blue) = 164+97+155=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4619B is #5B9E64. Grayscale: #7B7B7B. Windows color (decimal): -6004325 or 10183076. OLE color: 10183076.

HSL color Cylindrical-coordinate representation of color #A4619B: hue angle of 308.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4619B is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 155 -
CMYK 0 0.41 0.05 0.36
HSL 308.06º 0.27% 0.51% -
HSV(B) 308.06º 0.41% 0.64% -
XYZ 25.5 18.81 33.3 -
YUV 123.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 164 97 155 0 0.41 0.05 0.36 308.06 0.27 0.51
Hex A4 61 9B 0 29 5 24 134 1B 33
Octal 244 141 233 0 51 5 44 464 33 63
Binary 10100100 1100001 10011011 0 101001 101 100100 100110100 11011 110011

Color Harmonies of #A4619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4619B

Black with #A4619B

Text Example


Text Example

White with #A4619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4619B; }

 p { color: rgb(164,97,155); }

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

background-color css

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

 a { background-color: rgb(164,97,155); }

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

border-color css

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

 span { border-color: rgb(164,97,155); }

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