Html Css Color HEX #AB969A Viola

📋 copy color: '#AB969A'

red 171 ◦ green 150 ◦ blue 154

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

Shades of Viola #AB969A

Tints of Viola #AB969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 36%
G = 31.58%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB969A (or 0xAB969A) is known color: Viola. HEX triplet: AB, 96 and 9A. RGB value is (171,150,154). Sum of RGB (Red+Green+Blue) = 171+150+154=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB969A is #546965. Grayscale: #9C9C9C. Windows color (decimal): -5532006 or 10131115. OLE color: 10131115.

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

Color convert

RGB 171 150 154 -
CMYK 0 0.12 0.10 0.33
HSL 348.57º 0.11% 0.63% -
HSV(B) 348.57º 0.12% 0.67% -
XYZ 33.53 32.8 35.14 -
YUV 156.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 171 150 154 0 0.12 0.10 0.33 348.57 0.11 0.63
Hex AB 96 9A 0 C A 21 15D B 3F
Octal 253 226 232 0 14 12 41 535 13 77
Binary 10101011 10010110 10011010 0 1100 1010 100001 101011101 1011 111111

Color Harmonies of #AB969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB969A

Black with #AB969A

Text Example


Text Example

White with #AB969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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