Html Css Color HEX #AF3970 Rouge

📋 copy color: '#AF3970'

red 175 ◦ green 57 ◦ blue 112

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

Shades of Rouge #AF3970

Tints of Rouge #AF3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 50.87%
G = 16.57%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF3970 (or 0xAF3970) is known color: Rouge. HEX triplet: AF, 39 and 70. RGB value is (175,57,112). Sum of RGB (Red+Green+Blue) = 175+57+112=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3970 is #50C68F. Grayscale: #626262. Windows color (decimal): -5293712 or 7354799. OLE color: 7354799.

HSL color Cylindrical-coordinate representation of color #AF3970: hue angle of 332.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3970 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 112 -
CMYK 0 0.67 0.36 0.31
HSL 332.03º 0.51% 0.45% -
HSV(B) 332.03º 0.67% 0.69% -
XYZ 22.07 13.21 16.72 -
YUV 98.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 175 57 112 0 0.67 0.36 0.31 332.03 0.51 0.45
Hex AF 39 70 0 43 24 1F 14C 33 2D
Octal 257 71 160 0 103 44 37 514 63 55
Binary 10101111 111001 1110000 0 1000011 100100 11111 101001100 110011 101101

Color Harmonies of #AF3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3970

Black with #AF3970

Text Example


Text Example

White with #AF3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3970; }

 p { color: rgb(175,57,112); }

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

background-color css

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

 a { background-color: rgb(175,57,112); }

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

border-color css

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

 span { border-color: rgb(175,57,112); }

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