Html Css Color HEX #AF3361 Rouge

📋 copy color: '#AF3361'

red 175 ◦ green 51 ◦ blue 97

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

Shades of Rouge #AF3361

Tints of Rouge #AF3361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 54.18%
G = 15.79%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF3361 (or 0xAF3361) is known color: Rouge. HEX triplet: AF, 33 and 61. RGB value is (175,51,97). Sum of RGB (Red+Green+Blue) = 175+51+97=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3361 is #50CC9E. Grayscale: #5D5D5D. Windows color (decimal): -5295263 or 6370223. OLE color: 6370223.

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

Color convert

RGB 175 51 97 -
CMYK 0 0.71 0.45 0.31
HSL 337.74º 0.55% 0.44% -
HSV(B) 337.74º 0.71% 0.69% -
XYZ 21.02 12.34 12.58 -
YUV 93.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 175 51 97 0 0.71 0.45 0.31 337.74 0.55 0.44
Hex AF 33 61 0 47 2D 1F 152 37 2C
Octal 257 63 141 0 107 55 37 522 67 54
Binary 10101111 110011 1100001 0 1000111 101101 11111 101010010 110111 101100

Color Harmonies of #AF3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3361

Black with #AF3361

Text Example


Text Example

White with #AF3361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3361; }

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

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

background-color css

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

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

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

border-color css

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

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

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