Html Css Color HEX #AF2765 Rouge

📋 copy color: '#AF2765'

red 175 ◦ green 39 ◦ blue 101

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

Shades of Rouge #AF2765

Tints of Rouge #AF2765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 55.56%
G = 12.38%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2765 (or 0xAF2765) is known color: Rouge. HEX triplet: AF, 27 and 65. RGB value is (175,39,101). Sum of RGB (Red+Green+Blue) = 175+39+101=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2765 is #50D89A. Grayscale: #565656. Windows color (decimal): -5298331 or 6629295. OLE color: 6629295.

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

Color convert

RGB 175 39 101 -
CMYK 0 0.78 0.42 0.31
HSL 332.65º 0.64% 0.42% -
HSV(B) 332.65º 0.78% 0.69% -
XYZ 20.75 11.5 13.44 -
YUV 86.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 175 39 101 0 0.78 0.42 0.31 332.65 0.64 0.42
Hex AF 27 65 0 4E 2A 1F 14D 40 2A
Octal 257 47 145 0 116 52 37 515 100 52
Binary 10101111 100111 1100101 0 1001110 101010 11111 101001101 1000000 101010

Color Harmonies of #AF2765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2765

Black with #AF2765

Text Example


Text Example

White with #AF2765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2765; }

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

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

background-color css

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

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

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

border-color css

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

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

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