Html Css Color HEX #AF3572 Rouge

📋 copy color: '#AF3572'

red 175 ◦ green 53 ◦ blue 114

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

Shades of Rouge #AF3572

Tints of Rouge #AF3572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 51.17%
G = 15.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3572 (or 0xAF3572) is known color: Rouge. HEX triplet: AF, 35 and 72. RGB value is (175,53,114). Sum of RGB (Red+Green+Blue) = 175+53+114=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3572 is #50CA8D. Grayscale: #606060. Windows color (decimal): -5294734 or 7484847. OLE color: 7484847.

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

Color convert

RGB 175 53 114 -
CMYK 0 0.70 0.35 0.31
HSL 330º 0.54% 0.45% -
HSV(B) 330º 0.7% 0.69% -
XYZ 21.99 12.88 17.25 -
YUV 96.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 175 53 114 0 0.70 0.35 0.31 330 0.54 0.45
Hex AF 35 72 0 46 23 1F 14A 36 2D
Octal 257 65 162 0 106 43 37 512 66 55
Binary 10101111 110101 1110010 0 1000110 100011 11111 101001010 110110 101101

Color Harmonies of #AF3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3572

Black with #AF3572

Text Example


Text Example

White with #AF3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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