Html Css Color HEX #AF3463 Rouge

📋 copy color: '#AF3463'

red 175 ◦ green 52 ◦ blue 99

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

Shades of Rouge #AF3463

Tints of Rouge #AF3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 53.68%
G = 15.95%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3463 (or 0xAF3463) is known color: Rouge. HEX triplet: AF, 34 and 63. RGB value is (175,52,99). Sum of RGB (Red+Green+Blue) = 175+52+99=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3463 is #50CB9C. Grayscale: #5E5E5E. Windows color (decimal): -5295005 or 6501551. OLE color: 6501551.

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

Color convert

RGB 175 52 99 -
CMYK 0 0.70 0.43 0.31
HSL 337.07º 0.54% 0.45% -
HSV(B) 337.07º 0.7% 0.69% -
XYZ 21.16 12.47 13.1 -
YUV 94.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 175 52 99 0 0.70 0.43 0.31 337.07 0.54 0.45
Hex AF 34 63 0 46 2B 1F 151 36 2D
Octal 257 64 143 0 106 53 37 521 66 55
Binary 10101111 110100 1100011 0 1000110 101011 11111 101010001 110110 101101

Color Harmonies of #AF3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3463

Black with #AF3463

Text Example


Text Example

White with #AF3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3463; }

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

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

background-color css

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

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

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

border-color css

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

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

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