Html Css Color HEX #AF2563 Rouge

📋 copy color: '#AF2563'

red 175 ◦ green 37 ◦ blue 99

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

Shades of Rouge #AF2563

Tints of Rouge #AF2563

RGB

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

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

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

R = 56.27%
G = 11.9%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2563 (or 0xAF2563) is known color: Rouge. HEX triplet: AF, 25 and 63. RGB value is (175,37,99). Sum of RGB (Red+Green+Blue) = 175+37+99=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2563 is #50DA9C. Grayscale: #555555. Windows color (decimal): -5298845 or 6497711. OLE color: 6497711.

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

Color convert

RGB 175 37 99 -
CMYK 0 0.79 0.43 0.31
HSL 333.04º 0.65% 0.42% -
HSV(B) 333.04º 0.79% 0.69% -
XYZ 20.59 11.34 12.91 -
YUV 85.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 175 37 99 0 0.79 0.43 0.31 333.04 0.65 0.42
Hex AF 25 63 0 4F 2B 1F 14D 41 2A
Octal 257 45 143 0 117 53 37 515 101 52
Binary 10101111 100101 1100011 0 1001111 101011 11111 101001101 1000001 101010

Color Harmonies of #AF2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2563

Black with #AF2563

Text Example


Text Example

White with #AF2563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2563; }

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

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

background-color css

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

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

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

border-color css

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

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

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