Html Css Color HEX #AF315A Rouge

📋 copy color: '#AF315A'

red 175 ◦ green 49 ◦ blue 90

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

Shades of Rouge #AF315A

Tints of Rouge #AF315A

RGB

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

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

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

R = 55.73%
G = 15.61%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF315A (or 0xAF315A) is known color: Rouge. HEX triplet: AF, 31 and 5A. RGB value is (175,49,90). Sum of RGB (Red+Green+Blue) = 175+49+90=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF315A is #50CEA5. Grayscale: #5B5B5B. Windows color (decimal): -5295782 or 5910959. OLE color: 5910959.

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

Color convert

RGB 175 49 90 -
CMYK 0 0.72 0.49 0.31
HSL 340.48º 0.56% 0.44% -
HSV(B) 340.48º 0.72% 0.69% -
XYZ 20.62 12.05 10.91 -
YUV 91.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 175 49 90 0 0.72 0.49 0.31 340.48 0.56 0.44
Hex AF 31 5A 0 48 31 1F 154 38 2C
Octal 257 61 132 0 110 61 37 524 70 54
Binary 10101111 110001 1011010 0 1001000 110001 11111 101010100 111000 101100

Color Harmonies of #AF315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF315A

Black with #AF315A

Text Example


Text Example

White with #AF315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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