Html Css Color HEX #AF3870 Rouge

📋 copy color: '#AF3870'

red 175 ◦ green 56 ◦ blue 112

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

Shades of Rouge #AF3870

Tints of Rouge #AF3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

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

R = 51.02%
G = 16.33%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF3870 (or 0xAF3870) is known color: Rouge. HEX triplet: AF, 38 and 70. RGB value is (175,56,112). Sum of RGB (Red+Green+Blue) = 175+56+112=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3870 is #50C78F. Grayscale: #616161. Windows color (decimal): -5293968 or 7354543. OLE color: 7354543.

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

Color convert

RGB 175 56 112 -
CMYK 0 0.68 0.36 0.31
HSL 331.76º 0.52% 0.45% -
HSV(B) 331.76º 0.68% 0.69% -
XYZ 22.02 13.11 16.7 -
YUV 97.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 175 56 112 0 0.68 0.36 0.31 331.76 0.52 0.45
Hex AF 38 70 0 44 24 1F 14C 34 2D
Octal 257 70 160 0 104 44 37 514 64 55
Binary 10101111 111000 1110000 0 1000100 100100 11111 101001100 110100 101101

Color Harmonies of #AF3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3870

Black with #AF3870

Text Example


Text Example

White with #AF3870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3870; }

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

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

background-color css

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

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

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

border-color css

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

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

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