Html Css Color HEX #AF3562 Rouge

📋 copy color: '#AF3562'

red 175 ◦ green 53 ◦ blue 98

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

Shades of Rouge #AF3562

Tints of Rouge #AF3562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 53.68%
G = 16.26%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF3562 (or 0xAF3562) is known color: Rouge. HEX triplet: AF, 35 and 62. RGB value is (175,53,98). Sum of RGB (Red+Green+Blue) = 175+53+98=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3562 is #50CA9D. Grayscale: #5E5E5E. Windows color (decimal): -5294750 or 6436271. OLE color: 6436271.

HSL color Cylindrical-coordinate representation of color #AF3562: hue angle of 337.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3562 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 98 -
CMYK 0 0.70 0.44 0.31
HSL 337.87º 0.54% 0.45% -
HSV(B) 337.87º 0.7% 0.69% -
XYZ 21.16 12.54 12.86 -
YUV 94.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 175 53 98 0 0.70 0.44 0.31 337.87 0.54 0.45
Hex AF 35 62 0 46 2C 1F 152 36 2D
Octal 257 65 142 0 106 54 37 522 66 55
Binary 10101111 110101 1100010 0 1000110 101100 11111 101010010 110110 101101

Color Harmonies of #AF3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3562

Black with #AF3562

Text Example


Text Example

White with #AF3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3562; }

 p { color: rgb(175,53,98); }

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

background-color css

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

 a { background-color: rgb(175,53,98); }

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

border-color css

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

 span { border-color: rgb(175,53,98); }

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