Html Css Color HEX #AF3972 Rouge

📋 copy color: '#AF3972'

red 175 ◦ green 57 ◦ blue 114

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

Shades of Rouge #AF3972

Tints of Rouge #AF3972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 50.58%
G = 16.47%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3972 (or 0xAF3972) is known color: Rouge. HEX triplet: AF, 39 and 72. RGB value is (175,57,114). Sum of RGB (Red+Green+Blue) = 175+57+114=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3972 is #50C68D. Grayscale: #626262. Windows color (decimal): -5293710 or 7485871. OLE color: 7485871.

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

Color convert

RGB 175 57 114 -
CMYK 0 0.67 0.35 0.31
HSL 331.02º 0.51% 0.45% -
HSV(B) 331.02º 0.67% 0.69% -
XYZ 22.18 13.26 17.31 -
YUV 98.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 175 57 114 0 0.67 0.35 0.31 331.02 0.51 0.45
Hex AF 39 72 0 43 23 1F 14B 33 2D
Octal 257 71 162 0 103 43 37 513 63 55
Binary 10101111 111001 1110010 0 1000011 100011 11111 101001011 110011 101101

Color Harmonies of #AF3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3972

Black with #AF3972

Text Example


Text Example

White with #AF3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3972; }

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

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

background-color css

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

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

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

border-color css

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

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

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