Html Css Color HEX #AB699F Violet Blue

📋 copy color: '#AB699F'

red 171 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #AB699F

Tints of Violet Blue #AB699F

RGB

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

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

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

R = 39.31%
G = 24.14%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB699F (or 0xAB699F) is known color: Violet Blue. HEX triplet: AB, 69 and 9F. RGB value is (171,105,159). Sum of RGB (Red+Green+Blue) = 171+105+159=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699F is #549660. Grayscale: #828282. Windows color (decimal): -5543521 or 10447275. OLE color: 10447275.

HSL color Cylindrical-coordinate representation of color #AB699F: hue angle of 310.91º 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 #AB699F is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 159 -
CMYK 0 0.39 0.07 0.33
HSL 310.91º 0.28% 0.54% -
HSV(B) 310.91º 0.39% 0.67% -
XYZ 28.1 21.26 35.42 -
YUV 130.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 171 105 159 0 0.39 0.07 0.33 310.91 0.28 0.54
Hex AB 69 9F 0 27 7 21 137 1C 36
Octal 253 151 237 0 47 7 41 467 34 66
Binary 10101011 1101001 10011111 0 100111 111 100001 100110111 11100 110110

Color Harmonies of #AB699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB699F

Black with #AB699F

Text Example


Text Example

White with #AB699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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