Html Css Color HEX #AF3364 Rouge

📋 copy color: '#AF3364'

red 175 ◦ green 51 ◦ blue 100

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

Shades of Rouge #AF3364

Tints of Rouge #AF3364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 53.68%
G = 15.64%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3364 (or 0xAF3364) is known color: Rouge. HEX triplet: AF, 33 and 64. RGB value is (175,51,100). Sum of RGB (Red+Green+Blue) = 175+51+100=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3364 is #50CC9B. Grayscale: #5D5D5D. Windows color (decimal): -5295260 or 6566831. OLE color: 6566831.

HSL color Cylindrical-coordinate representation of color #AF3364: hue angle of 336.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3364 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 100 -
CMYK 0 0.71 0.43 0.31
HSL 336.29º 0.55% 0.44% -
HSV(B) 336.29º 0.71% 0.69% -
XYZ 21.16 12.4 13.33 -
YUV 93.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 175 51 100 0 0.71 0.43 0.31 336.29 0.55 0.44
Hex AF 33 64 0 47 2B 1F 150 37 2C
Octal 257 63 144 0 107 53 37 520 67 54
Binary 10101111 110011 1100100 0 1000111 101011 11111 101010000 110111 101100

Color Harmonies of #AF3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3364

Black with #AF3364

Text Example


Text Example

White with #AF3364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3364; }

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

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

background-color css

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

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

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

border-color css

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

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

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