Html Css Color HEX #AF396A Rouge

📋 copy color: '#AF396A'

red 175 ◦ green 57 ◦ blue 106

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

Shades of Rouge #AF396A

Tints of Rouge #AF396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 51.78%
G = 16.86%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF396A (or 0xAF396A) is known color: Rouge. HEX triplet: AF, 39 and 6A. RGB value is (175,57,106). Sum of RGB (Red+Green+Blue) = 175+57+106=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF396A is #50C695. Grayscale: #616161. Windows color (decimal): -5293718 or 6961583. OLE color: 6961583.

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

Color convert

RGB 175 57 106 -
CMYK 0 0.67 0.39 0.31
HSL 335.08º 0.51% 0.45% -
HSV(B) 335.08º 0.67% 0.69% -
XYZ 21.74 13.08 15.01 -
YUV 97.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 175 57 106 0 0.67 0.39 0.31 335.08 0.51 0.45
Hex AF 39 6A 0 43 27 1F 14F 33 2D
Octal 257 71 152 0 103 47 37 517 63 55
Binary 10101111 111001 1101010 0 1000011 100111 11111 101001111 110011 101101

Color Harmonies of #AF396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF396A

Black with #AF396A

Text Example


Text Example

White with #AF396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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