Html Css Color HEX #AF385D Rouge

📋 copy color: '#AF385D'

red 175 ◦ green 56 ◦ blue 93

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

Shades of Rouge #AF385D

Tints of Rouge #AF385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 54.01%
G = 17.28%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF385D (or 0xAF385D) is known color: Rouge. HEX triplet: AF, 38 and 5D. RGB value is (175,56,93). Sum of RGB (Red+Green+Blue) = 175+56+93=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385D is #50C7A2. Grayscale: #5F5F5F. Windows color (decimal): -5293987 or 6109359. OLE color: 6109359.

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

Color convert

RGB 175 56 93 -
CMYK 0 0.68 0.47 0.31
HSL 341.34º 0.52% 0.45% -
HSV(B) 341.34º 0.68% 0.69% -
XYZ 21.07 12.73 11.7 -
YUV 95.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 175 56 93 0 0.68 0.47 0.31 341.34 0.52 0.45
Hex AF 38 5D 0 44 2F 1F 155 34 2D
Octal 257 70 135 0 104 57 37 525 64 55
Binary 10101111 111000 1011101 0 1000100 101111 11111 101010101 110100 101101

Color Harmonies of #AF385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF385D

Black with #AF385D

Text Example


Text Example

White with #AF385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF385D; }

 p { color: rgb(175,56,93); }

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

background-color css

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

 a { background-color: rgb(175,56,93); }

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

border-color css

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

 span { border-color: rgb(175,56,93); }

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