Html Css Color HEX #AF326A Rouge

📋 copy color: '#AF326A'

red 175 ◦ green 50 ◦ blue 106

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

Shades of Rouge #AF326A

Tints of Rouge #AF326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 52.87%
G = 15.11%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF326A (or 0xAF326A) is known color: Rouge. HEX triplet: AF, 32 and 6A. RGB value is (175,50,106). Sum of RGB (Red+Green+Blue) = 175+50+106=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF326A is #50CD95. Grayscale: #5D5D5D. Windows color (decimal): -5295510 or 6959791. OLE color: 6959791.

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

Color convert

RGB 175 50 106 -
CMYK 0 0.71 0.39 0.31
HSL 333.12º 0.56% 0.44% -
HSV(B) 333.12º 0.71% 0.69% -
XYZ 21.42 12.44 14.91 -
YUV 93.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 175 50 106 0 0.71 0.39 0.31 333.12 0.56 0.44
Hex AF 32 6A 0 47 27 1F 14D 38 2C
Octal 257 62 152 0 107 47 37 515 70 54
Binary 10101111 110010 1101010 0 1000111 100111 11111 101001101 111000 101100

Color Harmonies of #AF326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF326A

Black with #AF326A

Text Example


Text Example

White with #AF326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF326A; }

 p { color: rgb(175,50,106); }

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

background-color css

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

 a { background-color: rgb(175,50,106); }

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

border-color css

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

 span { border-color: rgb(175,50,106); }

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