Html Css Color HEX #AB9698 Viola

📋 copy color: '#AB9698'

red 171 ◦ green 150 ◦ blue 152

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

Shades of Viola #AB9698

Tints of Viola #AB9698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 36.15%
G = 31.71%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB9698 (or 0xAB9698) is known color: Viola. HEX triplet: AB, 96 and 98. RGB value is (171,150,152). Sum of RGB (Red+Green+Blue) = 171+150+152=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9698 is #546967. Grayscale: #9C9C9C. Windows color (decimal): -5532008 or 10000043. OLE color: 10000043.

HSL color Cylindrical-coordinate representation of color #AB9698: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9698 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 152 -
CMYK 0 0.12 0.11 0.33
HSL 354.29º 0.11% 0.63% -
HSV(B) 354.29º 0.12% 0.67% -
XYZ 33.37 32.74 34.27 -
YUV 156.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 171 150 152 0 0.12 0.11 0.33 354.29 0.11 0.63
Hex AB 96 98 0 C B 21 162 B 3F
Octal 253 226 230 0 14 13 41 542 13 77
Binary 10101011 10010110 10011000 0 1100 1011 100001 101100010 1011 111111

Color Harmonies of #AB9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9698

Black with #AB9698

Text Example


Text Example

White with #AB9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9698; }

 p { color: rgb(171,150,152); }

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

background-color css

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

 a { background-color: rgb(171,150,152); }

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

border-color css

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

 span { border-color: rgb(171,150,152); }

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