Html Css Color HEX #AF3165 Rouge

📋 copy color: '#AF3165'

red 175 ◦ green 49 ◦ blue 101

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

Shades of Rouge #AF3165

Tints of Rouge #AF3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 53.85%
G = 15.08%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3165 (or 0xAF3165) is known color: Rouge. HEX triplet: AF, 31 and 65. RGB value is (175,49,101). Sum of RGB (Red+Green+Blue) = 175+49+101=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3165 is #50CE9A. Grayscale: #5C5C5C. Windows color (decimal): -5295771 or 6631855. OLE color: 6631855.

HSL color Cylindrical-coordinate representation of color #AF3165: hue angle of 335.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3165 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 101 -
CMYK 0 0.72 0.42 0.31
HSL 335.24º 0.56% 0.44% -
HSV(B) 335.24º 0.72% 0.69% -
XYZ 21.13 12.25 13.56 -
YUV 92.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 175 49 101 0 0.72 0.42 0.31 335.24 0.56 0.44
Hex AF 31 65 0 48 2A 1F 14F 38 2C
Octal 257 61 145 0 110 52 37 517 70 54
Binary 10101111 110001 1100101 0 1001000 101010 11111 101001111 111000 101100

Color Harmonies of #AF3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3165

Black with #AF3165

Text Example


Text Example

White with #AF3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3165; }

 p { color: rgb(175,49,101); }

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

background-color css

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

 a { background-color: rgb(175,49,101); }

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

border-color css

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

 span { border-color: rgb(175,49,101); }

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