Html Css Color HEX #AF3E6B Rouge

📋 copy color: '#AF3E6B'

red 175 ◦ green 62 ◦ blue 107

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

Shades of Rouge #AF3E6B

Tints of Rouge #AF3E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 50.87%
G = 18.02%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF3E6B (or 0xAF3E6B) is known color: Rouge. HEX triplet: AF, 3E and 6B. RGB value is (175,62,107). Sum of RGB (Red+Green+Blue) = 175+62+107=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6B is #50C194. Grayscale: #646464. Windows color (decimal): -5292437 or 7028399. OLE color: 7028399.

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

Color convert

RGB 175 62 107 -
CMYK 0 0.65 0.39 0.31
HSL 336.11º 0.48% 0.46% -
HSV(B) 336.11º 0.65% 0.69% -
XYZ 22.06 13.62 15.38 -
YUV 100.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 175 62 107 0 0.65 0.39 0.31 336.11 0.48 0.46
Hex AF 3E 6B 0 41 27 1F 150 30 2E
Octal 257 76 153 0 101 47 37 520 60 56
Binary 10101111 111110 1101011 0 1000001 100111 11111 101010000 110000 101110

Color Harmonies of #AF3E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E6B

Black with #AF3E6B

Text Example


Text Example

White with #AF3E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E6B; }

 p { color: rgb(175,62,107); }

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

background-color css

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

 a { background-color: rgb(175,62,107); }

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

border-color css

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

 span { border-color: rgb(175,62,107); }

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