Html Css Color HEX #AF3A5F Rouge

📋 copy color: '#AF3A5F'

red 175 ◦ green 58 ◦ blue 95

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

Shades of Rouge #AF3A5F

Tints of Rouge #AF3A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 53.35%
G = 17.68%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF3A5F (or 0xAF3A5F) is known color: Rouge. HEX triplet: AF, 3A and 5F. RGB value is (175,58,95). Sum of RGB (Red+Green+Blue) = 175+58+95=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A5F is #50C5A0. Grayscale: #616161. Windows color (decimal): -5293473 or 6240943. OLE color: 6240943.

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

Color convert

RGB 175 58 95 -
CMYK 0 0.67 0.46 0.31
HSL 341.03º 0.5% 0.46% -
HSV(B) 341.03º 0.67% 0.69% -
XYZ 21.26 12.97 12.21 -
YUV 97.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 175 58 95 0 0.67 0.46 0.31 341.03 0.5 0.46
Hex AF 3A 5F 0 43 2E 1F 155 32 2E
Octal 257 72 137 0 103 56 37 525 62 56
Binary 10101111 111010 1011111 0 1000011 101110 11111 101010101 110010 101110

Color Harmonies of #AF3A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A5F

Black with #AF3A5F

Text Example


Text Example

White with #AF3A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A5F; }

 p { color: rgb(175,58,95); }

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

background-color css

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

 a { background-color: rgb(175,58,95); }

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

border-color css

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

 span { border-color: rgb(175,58,95); }

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