Html Css Color HEX #AF2763 Rouge

📋 copy color: '#AF2763'

red 175 ◦ green 39 ◦ blue 99

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

Shades of Rouge #AF2763

Tints of Rouge #AF2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 55.91%
G = 12.46%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2763 (or 0xAF2763) is known color: Rouge. HEX triplet: AF, 27 and 63. RGB value is (175,39,99). Sum of RGB (Red+Green+Blue) = 175+39+99=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2763 is #50D89C. Grayscale: #565656. Windows color (decimal): -5298333 or 6498223. OLE color: 6498223.

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

Color convert

RGB 175 39 99 -
CMYK 0 0.78 0.43 0.31
HSL 333.53º 0.64% 0.42% -
HSV(B) 333.53º 0.78% 0.69% -
XYZ 20.66 11.47 12.93 -
YUV 86.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 175 39 99 0 0.78 0.43 0.31 333.53 0.64 0.42
Hex AF 27 63 0 4E 2B 1F 14E 40 2A
Octal 257 47 143 0 116 53 37 516 100 52
Binary 10101111 100111 1100011 0 1001110 101011 11111 101001110 1000000 101010

Color Harmonies of #AF2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2763

Black with #AF2763

Text Example


Text Example

White with #AF2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2763; }

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

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

background-color css

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

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

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

border-color css

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

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

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