Html Css Color HEX #AF415E Rouge

📋 copy color: '#AF415E'

red 175 ◦ green 65 ◦ blue 94

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

Shades of Rouge #AF415E

Tints of Rouge #AF415E

RGB

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

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

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

R = 52.4%
G = 19.46%
B = 28.14%

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

#AF415E (or 0xAF415E) is known color: Rouge. HEX triplet: AF, 41 and 5E. RGB value is (175,65,94). Sum of RGB (Red+Green+Blue) = 175+65+94=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF415E is #50BEA1. Grayscale: #656565. Windows color (decimal): -5291682 or 6177199. OLE color: 6177199.

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

Color convert

RGB 175 65 94 -
CMYK 0 0.63 0.46 0.31
HSL 344.18º 0.46% 0.47% -
HSV(B) 344.18º 0.63% 0.69% -
XYZ 21.59 13.7 12.1 -
YUV 101.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 175 65 94 0 0.63 0.46 0.31 344.18 0.46 0.47
Hex AF 41 5E 0 3F 2E 1F 158 2E 2F
Octal 257 101 136 0 77 56 37 530 56 57
Binary 10101111 1000001 1011110 0 111111 101110 11111 101011000 101110 101111

Color Harmonies of #AF415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF415E

Black with #AF415E

Text Example


Text Example

White with #AF415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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