Html Css Color HEX #AF335B Rouge

📋 copy color: '#AF335B'

red 175 ◦ green 51 ◦ blue 91

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

Shades of Rouge #AF335B

Tints of Rouge #AF335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 55.21%
G = 16.09%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF335B (or 0xAF335B) is known color: Rouge. HEX triplet: AF, 33 and 5B. RGB value is (175,51,91). Sum of RGB (Red+Green+Blue) = 175+51+91=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF335B is #50CCA4. Grayscale: #5C5C5C. Windows color (decimal): -5295269 or 5977007. OLE color: 5977007.

HSL color Cylindrical-coordinate representation of color #AF335B: hue angle of 340.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF335B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 91 -
CMYK 0 0.71 0.48 0.31
HSL 340.65º 0.55% 0.44% -
HSV(B) 340.65º 0.71% 0.69% -
XYZ 20.75 12.24 11.17 -
YUV 92.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 175 51 91 0 0.71 0.48 0.31 340.65 0.55 0.44
Hex AF 33 5B 0 47 30 1F 155 37 2C
Octal 257 63 133 0 107 60 37 525 67 54
Binary 10101111 110011 1011011 0 1000111 110000 11111 101010101 110111 101100

Color Harmonies of #AF335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF335B

Black with #AF335B

Text Example


Text Example

White with #AF335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF335B; }

 p { color: rgb(175,51,91); }

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

background-color css

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

 a { background-color: rgb(175,51,91); }

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

border-color css

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

 span { border-color: rgb(175,51,91); }

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