Html Css Color HEX #AF3663 Rouge

📋 copy color: '#AF3663'

red 175 ◦ green 54 ◦ blue 99

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

Shades of Rouge #AF3663

Tints of Rouge #AF3663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 53.35%
G = 16.46%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3663 (or 0xAF3663) is known color: Rouge. HEX triplet: AF, 36 and 63. RGB value is (175,54,99). Sum of RGB (Red+Green+Blue) = 175+54+99=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3663 is #50C99C. Grayscale: #5F5F5F. Windows color (decimal): -5294493 or 6502063. OLE color: 6502063.

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

Color convert

RGB 175 54 99 -
CMYK 0 0.69 0.43 0.31
HSL 337.69º 0.53% 0.45% -
HSV(B) 337.69º 0.69% 0.69% -
XYZ 21.25 12.65 13.13 -
YUV 95.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 175 54 99 0 0.69 0.43 0.31 337.69 0.53 0.45
Hex AF 36 63 0 45 2B 1F 152 35 2D
Octal 257 66 143 0 105 53 37 522 65 55
Binary 10101111 110110 1100011 0 1000101 101011 11111 101010010 110101 101101

Color Harmonies of #AF3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3663

Black with #AF3663

Text Example


Text Example

White with #AF3663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3663; }

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

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

background-color css

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

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

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

border-color css

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

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

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