Html Css Color HEX #AF3670 Rouge

📋 copy color: '#AF3670'

red 175 ◦ green 54 ◦ blue 112

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

Shades of Rouge #AF3670

Tints of Rouge #AF3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 51.32%
G = 15.84%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF3670 (or 0xAF3670) is known color: Rouge. HEX triplet: AF, 36 and 70. RGB value is (175,54,112). Sum of RGB (Red+Green+Blue) = 175+54+112=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3670 is #50C98F. Grayscale: #606060. Windows color (decimal): -5294480 or 7354031. OLE color: 7354031.

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

Color convert

RGB 175 54 112 -
CMYK 0 0.69 0.36 0.31
HSL 331.24º 0.53% 0.45% -
HSV(B) 331.24º 0.69% 0.69% -
XYZ 21.92 12.92 16.67 -
YUV 96.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 175 54 112 0 0.69 0.36 0.31 331.24 0.53 0.45
Hex AF 36 70 0 45 24 1F 14B 35 2D
Octal 257 66 160 0 105 44 37 513 65 55
Binary 10101111 110110 1110000 0 1000101 100100 11111 101001011 110101 101101

Color Harmonies of #AF3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3670

Black with #AF3670

Text Example


Text Example

White with #AF3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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