Html Css Color HEX #AF3F64 Rouge

📋 copy color: '#AF3F64'

red 175 ◦ green 63 ◦ blue 100

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

Shades of Rouge #AF3F64

Tints of Rouge #AF3F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 51.78%
G = 18.64%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3F64 (or 0xAF3F64) is known color: Rouge. HEX triplet: AF, 3F and 64. RGB value is (175,63,100). Sum of RGB (Red+Green+Blue) = 175+63+100=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F64 is #50C09B. Grayscale: #646464. Windows color (decimal): -5292188 or 6569903. OLE color: 6569903.

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

Color convert

RGB 175 63 100 -
CMYK 0 0.64 0.43 0.31
HSL 340.18º 0.47% 0.47% -
HSV(B) 340.18º 0.64% 0.69% -
XYZ 21.76 13.59 13.53 -
YUV 100.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 175 63 100 0 0.64 0.43 0.31 340.18 0.47 0.47
Hex AF 3F 64 0 40 2B 1F 154 2F 2F
Octal 257 77 144 0 100 53 37 524 57 57
Binary 10101111 111111 1100100 0 1000000 101011 11111 101010100 101111 101111

Color Harmonies of #AF3F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F64

Black with #AF3F64

Text Example


Text Example

White with #AF3F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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