Html Css Color HEX #AF415F Rouge

📋 copy color: '#AF415F'

red 175 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AF415F

Tints of Rouge #AF415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 52.24%
G = 19.4%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF415F (or 0xAF415F) is known color: Rouge. HEX triplet: AF, 41 and 5F. RGB value is (175,65,95). Sum of RGB (Red+Green+Blue) = 175+65+95=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF415F is #50BEA0. Grayscale: #656565. Windows color (decimal): -5291681 or 6242735. OLE color: 6242735.

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

Color convert

RGB 175 65 95 -
CMYK 0 0.63 0.46 0.31
HSL 343.64º 0.46% 0.47% -
HSV(B) 343.64º 0.63% 0.69% -
XYZ 21.64 13.72 12.33 -
YUV 101.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 175 65 95 0 0.63 0.46 0.31 343.64 0.46 0.47
Hex AF 41 5F 0 3F 2E 1F 158 2E 2F
Octal 257 101 137 0 77 56 37 530 56 57
Binary 10101111 1000001 1011111 0 111111 101110 11111 101011000 101110 101111

Color Harmonies of #AF415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF415F

Black with #AF415F

Text Example


Text Example

White with #AF415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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