Html Css Color HEX #AB699B Violet Blue

📋 copy color: '#AB699B'

red 171 ◦ green 105 ◦ blue 155

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

Shades of Violet Blue #AB699B

Tints of Violet Blue #AB699B

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 39.68%
G = 24.36%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB699B (or 0xAB699B) is known color: Violet Blue. HEX triplet: AB, 69 and 9B. RGB value is (171,105,155). Sum of RGB (Red+Green+Blue) = 171+105+155=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699B is #549664. Grayscale: #828282. Windows color (decimal): -5543525 or 10185131. OLE color: 10185131.

HSL color Cylindrical-coordinate representation of color #AB699B: hue angle of 314.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB699B is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 155 -
CMYK 0 0.39 0.09 0.33
HSL 314.55º 0.28% 0.54% -
HSV(B) 314.55º 0.39% 0.67% -
XYZ 27.76 21.13 33.63 -
YUV 130.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 171 105 155 0 0.39 0.09 0.33 314.55 0.28 0.54
Hex AB 69 9B 0 27 9 21 13B 1C 36
Octal 253 151 233 0 47 11 41 473 34 66
Binary 10101011 1101001 10011011 0 100111 1001 100001 100111011 11100 110110

Color Harmonies of #AB699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB699B

Black with #AB699B

Text Example


Text Example

White with #AB699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB699B; }

 p { color: rgb(171,105,155); }

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

background-color css

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

 a { background-color: rgb(171,105,155); }

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

border-color css

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

 span { border-color: rgb(171,105,155); }

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