Html Css Color HEX #AF3F65 Rouge

📋 copy color: '#AF3F65'

red 175 ◦ green 63 ◦ blue 101

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

Shades of Rouge #AF3F65

Tints of Rouge #AF3F65

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 51.62%
G = 18.58%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3F65 (or 0xAF3F65) is known color: Rouge. HEX triplet: AF, 3F and 65. RGB value is (175,63,101). Sum of RGB (Red+Green+Blue) = 175+63+101=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F65 is #50C09A. Grayscale: #646464. Windows color (decimal): -5292187 or 6635439. OLE color: 6635439.

HSL color Cylindrical-coordinate representation of color #AF3F65: hue angle of 339.64º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F65 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 101 -
CMYK 0 0.64 0.42 0.31
HSL 339.64º 0.47% 0.47% -
HSV(B) 339.64º 0.64% 0.69% -
XYZ 21.81 13.61 13.79 -
YUV 100.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 175 63 101 0 0.64 0.42 0.31 339.64 0.47 0.47
Hex AF 3F 65 0 40 2A 1F 154 2F 2F
Octal 257 77 145 0 100 52 37 524 57 57
Binary 10101111 111111 1100101 0 1000000 101010 11111 101010100 101111 101111

Color Harmonies of #AF3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F65

Black with #AF3F65

Text Example


Text Example

White with #AF3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F65; }

 p { color: rgb(175,63,101); }

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

background-color css

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

 a { background-color: rgb(175,63,101); }

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

border-color css

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

 span { border-color: rgb(175,63,101); }

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