Html Css Color HEX #AF9098 Viola

📋 copy color: '#AF9098'

red 175 ◦ green 144 ◦ blue 152

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

Shades of Viola #AF9098

Tints of Viola #AF9098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.57%

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

R = 37.15%
G = 30.57%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF9098 (or 0xAF9098) is known color: Viola. HEX triplet: AF, 90 and 98. RGB value is (175,144,152). Sum of RGB (Red+Green+Blue) = 175+144+152=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9098 is #506F67. Grayscale: #9A9A9A. Windows color (decimal): -5271400 or 9998511. OLE color: 9998511.

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

Color convert

RGB 175 144 152 -
CMYK 0 0.18 0.13 0.31
HSL 344.52º 0.16% 0.63% -
HSV(B) 344.52º 0.18% 0.69% -
XYZ 33.32 31.33 34 -
YUV 154.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 175 144 152 0 0.18 0.13 0.31 344.52 0.16 0.63
Hex AF 90 98 0 12 D 1F 159 10 3F
Octal 257 220 230 0 22 15 37 531 20 77
Binary 10101111 10010000 10011000 0 10010 1101 11111 101011001 10000 111111

Color Harmonies of #AF9098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9098

Black with #AF9098

Text Example


Text Example

White with #AF9098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9098; }

 p { color: rgb(175,144,152); }

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

background-color css

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

 a { background-color: rgb(175,144,152); }

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

border-color css

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

 span { border-color: rgb(175,144,152); }

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