Html Css Color HEX #AF3462 Rouge

📋 copy color: '#AF3462'

red 175 ◦ green 52 ◦ blue 98

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

Shades of Rouge #AF3462

Tints of Rouge #AF3462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 53.85%
G = 16%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF3462 (or 0xAF3462) is known color: Rouge. HEX triplet: AF, 34 and 62. RGB value is (175,52,98). Sum of RGB (Red+Green+Blue) = 175+52+98=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3462 is #50CB9D. Grayscale: #5D5D5D. Windows color (decimal): -5295006 or 6436015. OLE color: 6436015.

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

Color convert

RGB 175 52 98 -
CMYK 0 0.70 0.44 0.31
HSL 337.56º 0.54% 0.45% -
HSV(B) 337.56º 0.7% 0.69% -
XYZ 21.11 12.45 12.85 -
YUV 94.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 175 52 98 0 0.70 0.44 0.31 337.56 0.54 0.45
Hex AF 34 62 0 46 2C 1F 152 36 2D
Octal 257 64 142 0 106 54 37 522 66 55
Binary 10101111 110100 1100010 0 1000110 101100 11111 101010010 110110 101101

Color Harmonies of #AF3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3462

Black with #AF3462

Text Example


Text Example

White with #AF3462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3462; }

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

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

background-color css

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

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

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

border-color css

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

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

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