Html Css Color HEX #AF3C6E Rouge

📋 copy color: '#AF3C6E'

red 175 ◦ green 60 ◦ blue 110

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

Shades of Rouge #AF3C6E

Tints of Rouge #AF3C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 50.72%
G = 17.39%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF3C6E (or 0xAF3C6E) is known color: Rouge. HEX triplet: AF, 3C and 6E. RGB value is (175,60,110). Sum of RGB (Red+Green+Blue) = 175+60+110=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C6E is #50C391. Grayscale: #646464. Windows color (decimal): -5292946 or 7224495. OLE color: 7224495.

HSL color Cylindrical-coordinate representation of color #AF3C6E: hue angle of 333.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C6E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 110 -
CMYK 0 0.66 0.37 0.31
HSL 333.91º 0.49% 0.46% -
HSV(B) 333.91º 0.66% 0.69% -
XYZ 22.11 13.47 16.19 -
YUV 100.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 175 60 110 0 0.66 0.37 0.31 333.91 0.49 0.46
Hex AF 3C 6E 0 42 25 1F 14E 31 2E
Octal 257 74 156 0 102 45 37 516 61 56
Binary 10101111 111100 1101110 0 1000010 100101 11111 101001110 110001 101110

Color Harmonies of #AF3C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C6E

Black with #AF3C6E

Text Example


Text Example

White with #AF3C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C6E; }

 p { color: rgb(175,60,110); }

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

background-color css

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

 a { background-color: rgb(175,60,110); }

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

border-color css

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

 span { border-color: rgb(175,60,110); }

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