Html Css Color HEX #AF3164 Rouge

📋 copy color: '#AF3164'

red 175 ◦ green 49 ◦ blue 100

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

Shades of Rouge #AF3164

Tints of Rouge #AF3164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 54.01%
G = 15.12%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3164 (or 0xAF3164) is known color: Rouge. HEX triplet: AF, 31 and 64. RGB value is (175,49,100). Sum of RGB (Red+Green+Blue) = 175+49+100=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3164 is #50CE9B. Grayscale: #5C5C5C. Windows color (decimal): -5295772 or 6566319. OLE color: 6566319.

HSL color Cylindrical-coordinate representation of color #AF3164: hue angle of 335.71º 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 #AF3164 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 100 -
CMYK 0 0.72 0.43 0.31
HSL 335.71º 0.56% 0.44% -
HSV(B) 335.71º 0.72% 0.69% -
XYZ 21.08 12.23 13.31 -
YUV 92.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 175 49 100 0 0.72 0.43 0.31 335.71 0.56 0.44
Hex AF 31 64 0 48 2B 1F 150 38 2C
Octal 257 61 144 0 110 53 37 520 70 54
Binary 10101111 110001 1100100 0 1001000 101011 11111 101010000 111000 101100

Color Harmonies of #AF3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3164

Black with #AF3164

Text Example


Text Example

White with #AF3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3164; }

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

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

background-color css

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

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

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

border-color css

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

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

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