Html Css Color HEX #AF325A Rouge

📋 copy color: '#AF325A'

red 175 ◦ green 50 ◦ blue 90

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

Shades of Rouge #AF325A

Tints of Rouge #AF325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 55.56%
G = 15.87%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF325A (or 0xAF325A) is known color: Rouge. HEX triplet: AF, 32 and 5A. RGB value is (175,50,90). Sum of RGB (Red+Green+Blue) = 175+50+90=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325A is #50CDA5. Grayscale: #5B5B5B. Windows color (decimal): -5295526 or 5911215. OLE color: 5911215.

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

Color convert

RGB 175 50 90 -
CMYK 0 0.71 0.49 0.31
HSL 340.8º 0.56% 0.44% -
HSV(B) 340.8º 0.71% 0.69% -
XYZ 20.67 12.13 10.93 -
YUV 91.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 175 50 90 0 0.71 0.49 0.31 340.8 0.56 0.44
Hex AF 32 5A 0 47 31 1F 155 38 2C
Octal 257 62 132 0 107 61 37 525 70 54
Binary 10101111 110010 1011010 0 1000111 110001 11111 101010101 111000 101100

Color Harmonies of #AF325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF325A

Black with #AF325A

Text Example


Text Example

White with #AF325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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