Html Css Color HEX #AF3E5E Rouge

📋 copy color: '#AF3E5E'

red 175 ◦ green 62 ◦ blue 94

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

Shades of Rouge #AF3E5E

Tints of Rouge #AF3E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 52.87%
G = 18.73%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF3E5E (or 0xAF3E5E) is known color: Rouge. HEX triplet: AF, 3E and 5E. RGB value is (175,62,94). Sum of RGB (Red+Green+Blue) = 175+62+94=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E5E is #50C1A1. Grayscale: #636363. Windows color (decimal): -5292450 or 6176431. OLE color: 6176431.

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

Color convert

RGB 175 62 94 -
CMYK 0 0.65 0.46 0.31
HSL 343.01º 0.48% 0.46% -
HSV(B) 343.01º 0.65% 0.69% -
XYZ 21.42 13.37 12.04 -
YUV 99.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 175 62 94 0 0.65 0.46 0.31 343.01 0.48 0.46
Hex AF 3E 5E 0 41 2E 1F 157 30 2E
Octal 257 76 136 0 101 56 37 527 60 56
Binary 10101111 111110 1011110 0 1000001 101110 11111 101010111 110000 101110

Color Harmonies of #AF3E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E5E

Black with #AF3E5E

Text Example


Text Example

White with #AF3E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E5E; }

 p { color: rgb(175,62,94); }

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

background-color css

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

 a { background-color: rgb(175,62,94); }

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

border-color css

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

 span { border-color: rgb(175,62,94); }

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