Html Css Color HEX #AF969B Viola

📋 copy color: '#AF969B'

red 175 ◦ green 150 ◦ blue 155

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

Shades of Viola #AF969B

Tints of Viola #AF969B

RGB

 RED value IS 175 (68.75% from 255) = 36.46%

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

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

R = 36.46%
G = 31.25%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF969B (or 0xAF969B) is known color: Viola. HEX triplet: AF, 96 and 9B. RGB value is (175,150,155). Sum of RGB (Red+Green+Blue) = 175+150+155=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF969B is #506964. Grayscale: #9E9E9E. Windows color (decimal): -5269861 or 10196655. OLE color: 10196655.

HSL color Cylindrical-coordinate representation of color #AF969B: hue angle of 348º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF969B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 155 -
CMYK 0 0.14 0.11 0.31
HSL 348º 0.14% 0.64% -
HSV(B) 348º 0.14% 0.69% -
XYZ 34.5 33.29 35.62 -
YUV 158.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 175 150 155 0 0.14 0.11 0.31 348 0.14 0.64
Hex AF 96 9B 0 E B 1F 15C E 40
Octal 257 226 233 0 16 13 37 534 16 100
Binary 10101111 10010110 10011011 0 1110 1011 11111 101011100 1110 1000000

Color Harmonies of #AF969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF969B

Black with #AF969B

Text Example


Text Example

White with #AF969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF969B; }

 p { color: rgb(175,150,155); }

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

background-color css

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

 a { background-color: rgb(175,150,155); }

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

border-color css

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

 span { border-color: rgb(175,150,155); }

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