Html Css Color HEX #A9609C Violet Blue

📋 copy color: '#A9609C'

red 169 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #A9609C

Tints of Violet Blue #A9609C

RGB

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

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

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

R = 40.14%
G = 22.8%
B = 37.05%

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

#A9609C (or 0xA9609C) is known color: Violet Blue. HEX triplet: A9, 60 and 9C. RGB value is (169,96,156). Sum of RGB (Red+Green+Blue) = 169+96+156=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9609C is #569F63. Grayscale: #7C7C7C. Windows color (decimal): -5676900 or 10248361. OLE color: 10248361.

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

Color convert

RGB 169 96 156 -
CMYK 0 0.43 0.08 0.34
HSL 310.68º 0.3% 0.52% -
HSV(B) 310.68º 0.43% 0.66% -
XYZ 26.55 19.2 33.76 -
YUV 124.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 169 96 156 0 0.43 0.08 0.34 310.68 0.3 0.52
Hex A9 60 9C 0 2B 8 22 137 1E 34
Octal 251 140 234 0 53 10 42 467 36 64
Binary 10101001 1100000 10011100 0 101011 1000 100010 100110111 11110 110100

Color Harmonies of #A9609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9609C

Black with #A9609C

Text Example


Text Example

White with #A9609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9609C; }

 p { color: rgb(169,96,156); }

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

background-color css

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

 a { background-color: rgb(169,96,156); }

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

border-color css

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

 span { border-color: rgb(169,96,156); }

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