Html Css Color HEX #AF4063 Rouge

📋 copy color: '#AF4063'

red 175 ◦ green 64 ◦ blue 99

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

Shades of Rouge #AF4063

Tints of Rouge #AF4063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 51.78%
G = 18.93%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF4063 (or 0xAF4063) is known color: Rouge. HEX triplet: AF, 40 and 63. RGB value is (175,64,99). Sum of RGB (Red+Green+Blue) = 175+64+99=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4063 is #50BF9C. Grayscale: #656565. Windows color (decimal): -5291933 or 6504623. OLE color: 6504623.

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

Color convert

RGB 175 64 99 -
CMYK 0 0.63 0.43 0.31
HSL 341.08º 0.46% 0.47% -
HSV(B) 341.08º 0.63% 0.69% -
XYZ 21.76 13.68 13.3 -
YUV 101.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 175 64 99 0 0.63 0.43 0.31 341.08 0.46 0.47
Hex AF 40 63 0 3F 2B 1F 155 2E 2F
Octal 257 100 143 0 77 53 37 525 56 57
Binary 10101111 1000000 1100011 0 111111 101011 11111 101010101 101110 101111

Color Harmonies of #AF4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4063

Black with #AF4063

Text Example


Text Example

White with #AF4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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