Html Css Color HEX #A4609F Violet Blue

📋 copy color: '#A4609F'

red 164 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #A4609F

Tints of Violet Blue #A4609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 39.14%
G = 22.91%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4609F (or 0xA4609F) is known color: Violet Blue. HEX triplet: A4, 60 and 9F. RGB value is (164,96,159). Sum of RGB (Red+Green+Blue) = 164+96+159=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4609F is #5B9F60. Grayscale: #7B7B7B. Windows color (decimal): -6004577 or 10444964. OLE color: 10444964.

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

Color convert

RGB 164 96 159 -
CMYK 0 0.41 0.03 0.36
HSL 304.41º 0.27% 0.51% -
HSV(B) 304.41º 0.41% 0.64% -
XYZ 25.75 18.76 35.07 -
YUV 123.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 164 96 159 0 0.41 0.03 0.36 304.41 0.27 0.51
Hex A4 60 9F 0 29 3 24 130 1B 33
Octal 244 140 237 0 51 3 44 460 33 63
Binary 10100100 1100000 10011111 0 101001 11 100100 100110000 11011 110011

Color Harmonies of #A4609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4609F

Black with #A4609F

Text Example


Text Example

White with #A4609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4609F; }

 p { color: rgb(164,96,159); }

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

background-color css

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

 a { background-color: rgb(164,96,159); }

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

border-color css

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

 span { border-color: rgb(164,96,159); }

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