Html Css Color HEX #AF3363 Rouge

📋 copy color: '#AF3363'

red 175 ◦ green 51 ◦ blue 99

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

Shades of Rouge #AF3363

Tints of Rouge #AF3363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 53.85%
G = 15.69%
B = 30.46%

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

#AF3363 (or 0xAF3363) is known color: Rouge. HEX triplet: AF, 33 and 63. RGB value is (175,51,99). Sum of RGB (Red+Green+Blue) = 175+51+99=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3363 is #50CC9C. Grayscale: #5D5D5D. Windows color (decimal): -5295261 or 6501295. OLE color: 6501295.

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

Color convert

RGB 175 51 99 -
CMYK 0 0.71 0.43 0.31
HSL 336.77º 0.55% 0.44% -
HSV(B) 336.77º 0.71% 0.69% -
XYZ 21.12 12.38 13.08 -
YUV 93.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 175 51 99 0 0.71 0.43 0.31 336.77 0.55 0.44
Hex AF 33 63 0 47 2B 1F 151 37 2C
Octal 257 63 143 0 107 53 37 521 67 54
Binary 10101111 110011 1100011 0 1000111 101011 11111 101010001 110111 101100

Color Harmonies of #AF3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3363

Black with #AF3363

Text Example


Text Example

White with #AF3363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3363; }

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

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

background-color css

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

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

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

border-color css

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

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

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