Html Css Color HEX #AF2562 Rouge

📋 copy color: '#AF2562'

red 175 ◦ green 37 ◦ blue 98

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

Shades of Rouge #AF2562

Tints of Rouge #AF2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 56.45%
G = 11.94%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF2562 (or 0xAF2562) is known color: Rouge. HEX triplet: AF, 25 and 62. RGB value is (175,37,98). Sum of RGB (Red+Green+Blue) = 175+37+98=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2562 is #50DA9D. Grayscale: #555555. Windows color (decimal): -5298846 or 6432175. OLE color: 6432175.

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

Color convert

RGB 175 37 98 -
CMYK 0 0.79 0.44 0.31
HSL 333.48º 0.65% 0.42% -
HSV(B) 333.48º 0.79% 0.69% -
XYZ 20.55 11.32 12.66 -
YUV 85.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 175 37 98 0 0.79 0.44 0.31 333.48 0.65 0.42
Hex AF 25 62 0 4F 2C 1F 14D 41 2A
Octal 257 45 142 0 117 54 37 515 101 52
Binary 10101111 100101 1100010 0 1001111 101100 11111 101001101 1000001 101010

Color Harmonies of #AF2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2562

Black with #AF2562

Text Example


Text Example

White with #AF2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2562; }

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

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

background-color css

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

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

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

border-color css

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

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

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