Html Css Color HEX #AF326C Rouge

📋 copy color: '#AF326C'

red 175 ◦ green 50 ◦ blue 108

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

Shades of Rouge #AF326C

Tints of Rouge #AF326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 52.55%
G = 15.02%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF326C (or 0xAF326C) is known color: Rouge. HEX triplet: AF, 32 and 6C. RGB value is (175,50,108). Sum of RGB (Red+Green+Blue) = 175+50+108=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF326C is #50CD93. Grayscale: #5D5D5D. Windows color (decimal): -5295508 or 7090863. OLE color: 7090863.

HSL color Cylindrical-coordinate representation of color #AF326C: hue angle of 332.16º 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 #AF326C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 108 -
CMYK 0 0.71 0.38 0.31
HSL 332.16º 0.56% 0.44% -
HSV(B) 332.16º 0.71% 0.69% -
XYZ 21.53 12.48 15.46 -
YUV 93.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 175 50 108 0 0.71 0.38 0.31 332.16 0.56 0.44
Hex AF 32 6C 0 47 26 1F 14C 38 2C
Octal 257 62 154 0 107 46 37 514 70 54
Binary 10101111 110010 1101100 0 1000111 100110 11111 101001100 111000 101100

Color Harmonies of #AF326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF326C

Black with #AF326C

Text Example


Text Example

White with #AF326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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