Html Css Color HEX #AF356B Rouge

📋 copy color: '#AF356B'

red 175 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AF356B

Tints of Rouge #AF356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 52.24%
G = 15.82%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF356B (or 0xAF356B) is known color: Rouge. HEX triplet: AF, 35 and 6B. RGB value is (175,53,107). Sum of RGB (Red+Green+Blue) = 175+53+107=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF356B is #50CA94. Grayscale: #5F5F5F. Windows color (decimal): -5294741 or 7026095. OLE color: 7026095.

HSL color Cylindrical-coordinate representation of color #AF356B: hue angle of 333.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF356B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 107 -
CMYK 0 0.70 0.39 0.31
HSL 333.44º 0.54% 0.45% -
HSV(B) 333.44º 0.7% 0.69% -
XYZ 21.61 12.72 15.23 -
YUV 95.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 175 53 107 0 0.70 0.39 0.31 333.44 0.54 0.45
Hex AF 35 6B 0 46 27 1F 14D 36 2D
Octal 257 65 153 0 106 47 37 515 66 55
Binary 10101111 110101 1101011 0 1000110 100111 11111 101001101 110110 101101

Color Harmonies of #AF356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF356B

Black with #AF356B

Text Example


Text Example

White with #AF356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF356B; }

 p { color: rgb(175,53,107); }

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

background-color css

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

 a { background-color: rgb(175,53,107); }

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

border-color css

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

 span { border-color: rgb(175,53,107); }

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