Html Css Color HEX #AF2965 Rouge

📋 copy color: '#AF2965'

red 175 ◦ green 41 ◦ blue 101

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

Shades of Rouge #AF2965

Tints of Rouge #AF2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 55.21%
G = 12.93%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2965 (or 0xAF2965) is known color: Rouge. HEX triplet: AF, 29 and 65. RGB value is (175,41,101). Sum of RGB (Red+Green+Blue) = 175+41+101=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2965 is #50D69A. Grayscale: #575757. Windows color (decimal): -5297819 or 6629807. OLE color: 6629807.

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

Color convert

RGB 175 41 101 -
CMYK 0 0.77 0.42 0.31
HSL 333.13º 0.62% 0.42% -
HSV(B) 333.13º 0.77% 0.69% -
XYZ 20.82 11.64 13.46 -
YUV 87.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 175 41 101 0 0.77 0.42 0.31 333.13 0.62 0.42
Hex AF 29 65 0 4D 2A 1F 14D 3E 2A
Octal 257 51 145 0 115 52 37 515 76 52
Binary 10101111 101001 1100101 0 1001101 101010 11111 101001101 111110 101010

Color Harmonies of #AF2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2965

Black with #AF2965

Text Example


Text Example

White with #AF2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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