Html Css Color HEX #A9619B Violet Blue

📋 copy color: '#A9619B'

red 169 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #A9619B

Tints of Violet Blue #A9619B

RGB

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

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

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

R = 40.14%
G = 23.04%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9619B (or 0xA9619B) is known color: Violet Blue. HEX triplet: A9, 61 and 9B. RGB value is (169,97,155). Sum of RGB (Red+Green+Blue) = 169+97+155=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9619B is #569E64. Grayscale: #7C7C7C. Windows color (decimal): -5676645 or 10183081. OLE color: 10183081.

HSL color Cylindrical-coordinate representation of color #A9619B: hue angle of 311.67º 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 #A9619B is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 155 -
CMYK 0 0.43 0.08 0.34
HSL 311.67º 0.3% 0.52% -
HSV(B) 311.67º 0.43% 0.66% -
XYZ 26.55 19.35 33.35 -
YUV 125.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 169 97 155 0 0.43 0.08 0.34 311.67 0.3 0.52
Hex A9 61 9B 0 2B 8 22 138 1E 34
Octal 251 141 233 0 53 10 42 470 36 64
Binary 10101001 1100001 10011011 0 101011 1000 100010 100111000 11110 110100

Color Harmonies of #A9619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9619B

Black with #A9619B

Text Example


Text Example

White with #A9619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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