Html Css Color HEX #AF2560 Rouge

📋 copy color: '#AF2560'

red 175 ◦ green 37 ◦ blue 96

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

Shades of Rouge #AF2560

Tints of Rouge #AF2560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 56.82%
G = 12.01%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2560 (or 0xAF2560) is known color: Rouge. HEX triplet: AF, 25 and 60. RGB value is (175,37,96). Sum of RGB (Red+Green+Blue) = 175+37+96=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2560 is #50DA9F. Grayscale: #545454. Windows color (decimal): -5298848 or 6301103. OLE color: 6301103.

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

Color convert

RGB 175 37 96 -
CMYK 0 0.79 0.45 0.31
HSL 334.35º 0.65% 0.42% -
HSV(B) 334.35º 0.79% 0.69% -
XYZ 20.45 11.28 12.17 -
YUV 84.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 175 37 96 0 0.79 0.45 0.31 334.35 0.65 0.42
Hex AF 25 60 0 4F 2D 1F 14E 41 2A
Octal 257 45 140 0 117 55 37 516 101 52
Binary 10101111 100101 1100000 0 1001111 101101 11111 101001110 1000001 101010

Color Harmonies of #AF2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2560

Black with #AF2560

Text Example


Text Example

White with #AF2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2560; }

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

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

background-color css

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

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

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

border-color css

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

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

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