Html Css Color HEX #A9619F Violet Blue

📋 copy color: '#A9619F'

red 169 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #A9619F

Tints of Violet Blue #A9619F

RGB

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

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

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

R = 39.76%
G = 22.82%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9619F (or 0xA9619F) is known color: Violet Blue. HEX triplet: A9, 61 and 9F. RGB value is (169,97,159). Sum of RGB (Red+Green+Blue) = 169+97+159=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9619F is #569E60. Grayscale: #7D7D7D. Windows color (decimal): -5676641 or 10445225. OLE color: 10445225.

HSL color Cylindrical-coordinate representation of color #A9619F: hue angle of 308.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9619F is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 159 -
CMYK 0 0.43 0.06 0.34
HSL 308.33º 0.3% 0.52% -
HSV(B) 308.33º 0.43% 0.66% -
XYZ 26.89 19.49 35.14 -
YUV 125.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 169 97 159 0 0.43 0.06 0.34 308.33 0.3 0.52
Hex A9 61 9F 0 2B 6 22 134 1E 34
Octal 251 141 237 0 53 6 42 464 36 64
Binary 10101001 1100001 10011111 0 101011 110 100010 100110100 11110 110100

Color Harmonies of #A9619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9619F

Black with #A9619F

Text Example


Text Example

White with #A9619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9619F; }

 p { color: rgb(169,97,159); }

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

background-color css

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

 a { background-color: rgb(169,97,159); }

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

border-color css

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

 span { border-color: rgb(169,97,159); }

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