Html Css Color HEX #AF406E Rouge

📋 copy color: '#AF406E'

red 175 ◦ green 64 ◦ blue 110

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

Shades of Rouge #AF406E

Tints of Rouge #AF406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 50.14%
G = 18.34%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF406E (or 0xAF406E) is known color: Rouge. HEX triplet: AF, 40 and 6E. RGB value is (175,64,110). Sum of RGB (Red+Green+Blue) = 175+64+110=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406E is #50BF91. Grayscale: #666666. Windows color (decimal): -5291922 or 7225519. OLE color: 7225519.

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

Color convert

RGB 175 64 110 -
CMYK 0 0.63 0.37 0.31
HSL 335.14º 0.46% 0.47% -
HSV(B) 335.14º 0.63% 0.69% -
XYZ 22.33 13.91 16.26 -
YUV 102.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 175 64 110 0 0.63 0.37 0.31 335.14 0.46 0.47
Hex AF 40 6E 0 3F 25 1F 14F 2E 2F
Octal 257 100 156 0 77 45 37 517 56 57
Binary 10101111 1000000 1101110 0 111111 100101 11111 101001111 101110 101111

Color Harmonies of #AF406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF406E

Black with #AF406E

Text Example


Text Example

White with #AF406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF406E; }

 p { color: rgb(175,64,110); }

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

background-color css

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

 a { background-color: rgb(175,64,110); }

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

border-color css

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

 span { border-color: rgb(175,64,110); }

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