Html Css Color HEX #AF949B Viola

📋 copy color: '#AF949B'

red 175 ◦ green 148 ◦ blue 155

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

Shades of Viola #AF949B

Tints of Viola #AF949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 36.61%
G = 30.96%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF949B (or 0xAF949B) is known color: Viola. HEX triplet: AF, 94 and 9B. RGB value is (175,148,155). Sum of RGB (Red+Green+Blue) = 175+148+155=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF949B is #506B64. Grayscale: #9C9C9C. Windows color (decimal): -5270373 or 10196143. OLE color: 10196143.

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

Color convert

RGB 175 148 155 -
CMYK 0 0.15 0.11 0.31
HSL 344.44º 0.14% 0.63% -
HSV(B) 344.44º 0.15% 0.69% -
XYZ 34.19 32.66 35.51 -
YUV 156.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 175 148 155 0 0.15 0.11 0.31 344.44 0.14 0.63
Hex AF 94 9B 0 F B 1F 158 E 3F
Octal 257 224 233 0 17 13 37 530 16 77
Binary 10101111 10010100 10011011 0 1111 1011 11111 101011000 1110 111111

Color Harmonies of #AF949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF949B

Black with #AF949B

Text Example


Text Example

White with #AF949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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