Html Css Color HEX #AF3170 Rouge

📋 copy color: '#AF3170'

red 175 ◦ green 49 ◦ blue 112

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

Shades of Rouge #AF3170

Tints of Rouge #AF3170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 52.08%
G = 14.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF3170 (or 0xAF3170) is known color: Rouge. HEX triplet: AF, 31 and 70. RGB value is (175,49,112). Sum of RGB (Red+Green+Blue) = 175+49+112=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3170 is #50CE8F. Grayscale: #5D5D5D. Windows color (decimal): -5295760 or 7352751. OLE color: 7352751.

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

Color convert

RGB 175 49 112 -
CMYK 0 0.72 0.36 0.31
HSL 330º 0.56% 0.44% -
HSV(B) 330º 0.72% 0.69% -
XYZ 21.7 12.48 16.59 -
YUV 93.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 175 49 112 0 0.72 0.36 0.31 330 0.56 0.44
Hex AF 31 70 0 48 24 1F 14A 38 2C
Octal 257 61 160 0 110 44 37 512 70 54
Binary 10101111 110001 1110000 0 1001000 100100 11111 101001010 111000 101100

Color Harmonies of #AF3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3170

Black with #AF3170

Text Example


Text Example

White with #AF3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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