Html Css Color HEX #A9669B Violet Blue

📋 copy color: '#A9669B'

red 169 ◦ green 102 ◦ blue 155

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

Shades of Violet Blue #A9669B

Tints of Violet Blue #A9669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 39.67%
G = 23.94%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9669B (or 0xA9669B) is known color: Violet Blue. HEX triplet: A9, 66 and 9B. RGB value is (169,102,155). Sum of RGB (Red+Green+Blue) = 169+102+155=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9669B is #569964. Grayscale: #7F7F7F. Windows color (decimal): -5675365 or 10184361. OLE color: 10184361.

HSL color Cylindrical-coordinate representation of color #A9669B: hue angle of 312.54º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9669B is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 155 -
CMYK 0 0.40 0.08 0.34
HSL 312.54º 0.28% 0.53% -
HSV(B) 312.54º 0.4% 0.66% -
XYZ 27.03 20.3 33.5 -
YUV 128.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 169 102 155 0 0.40 0.08 0.34 312.54 0.28 0.53
Hex A9 66 9B 0 28 8 22 139 1C 35
Octal 251 146 233 0 50 10 42 471 34 65
Binary 10101001 1100110 10011011 0 101000 1000 100010 100111001 11100 110101

Color Harmonies of #A9669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9669B

Black with #A9669B

Text Example


Text Example

White with #A9669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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