Html Css Color HEX #AF325C Rouge

📋 copy color: '#AF325C'

red 175 ◦ green 50 ◦ blue 92

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

Shades of Rouge #AF325C

Tints of Rouge #AF325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 55.21%
G = 15.77%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF325C (or 0xAF325C) is known color: Rouge. HEX triplet: AF, 32 and 5C. RGB value is (175,50,92). Sum of RGB (Red+Green+Blue) = 175+50+92=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325C is #50CDA3. Grayscale: #5C5C5C. Windows color (decimal): -5295524 or 6042287. OLE color: 6042287.

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

Color convert

RGB 175 50 92 -
CMYK 0 0.71 0.47 0.31
HSL 339.84º 0.56% 0.44% -
HSV(B) 339.84º 0.71% 0.69% -
XYZ 20.75 12.17 11.38 -
YUV 92.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 175 50 92 0 0.71 0.47 0.31 339.84 0.56 0.44
Hex AF 32 5C 0 47 2F 1F 154 38 2C
Octal 257 62 134 0 107 57 37 524 70 54
Binary 10101111 110010 1011100 0 1000111 101111 11111 101010100 111000 101100

Color Harmonies of #AF325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF325C

Black with #AF325C

Text Example


Text Example

White with #AF325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF325C; }

 p { color: rgb(175,50,92); }

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

background-color css

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

 a { background-color: rgb(175,50,92); }

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

border-color css

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

 span { border-color: rgb(175,50,92); }

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