Html Css Color HEX #AF325F Rouge

📋 copy color: '#AF325F'

red 175 ◦ green 50 ◦ blue 95

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

Shades of Rouge #AF325F

Tints of Rouge #AF325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 54.69%
G = 15.63%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF325F (or 0xAF325F) is known color: Rouge. HEX triplet: AF, 32 and 5F. RGB value is (175,50,95). Sum of RGB (Red+Green+Blue) = 175+50+95=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325F is #50CDA0. Grayscale: #5C5C5C. Windows color (decimal): -5295521 or 6238895. OLE color: 6238895.

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

Color convert

RGB 175 50 95 -
CMYK 0 0.71 0.46 0.31
HSL 338.4º 0.56% 0.44% -
HSV(B) 338.4º 0.71% 0.69% -
XYZ 20.89 12.22 12.08 -
YUV 92.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 175 50 95 0 0.71 0.46 0.31 338.4 0.56 0.44
Hex AF 32 5F 0 47 2E 1F 152 38 2C
Octal 257 62 137 0 107 56 37 522 70 54
Binary 10101111 110010 1011111 0 1000111 101110 11111 101010010 111000 101100

Color Harmonies of #AF325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF325F

Black with #AF325F

Text Example


Text Example

White with #AF325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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