Html Css Color HEX #AF3464 Rouge

📋 copy color: '#AF3464'

red 175 ◦ green 52 ◦ blue 100

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

Shades of Rouge #AF3464

Tints of Rouge #AF3464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 53.52%
G = 15.9%
B = 30.58%

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

#AF3464 (or 0xAF3464) is known color: Rouge. HEX triplet: AF, 34 and 64. RGB value is (175,52,100). Sum of RGB (Red+Green+Blue) = 175+52+100=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3464 is #50CB9B. Grayscale: #5E5E5E. Windows color (decimal): -5295004 or 6567087. OLE color: 6567087.

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

Color convert

RGB 175 52 100 -
CMYK 0 0.70 0.43 0.31
HSL 336.59º 0.54% 0.45% -
HSV(B) 336.59º 0.7% 0.69% -
XYZ 21.21 12.49 13.35 -
YUV 94.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 175 52 100 0 0.70 0.43 0.31 336.59 0.54 0.45
Hex AF 34 64 0 46 2B 1F 151 36 2D
Octal 257 64 144 0 106 53 37 521 66 55
Binary 10101111 110100 1100100 0 1000110 101011 11111 101010001 110110 101101

Color Harmonies of #AF3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3464

Black with #AF3464

Text Example


Text Example

White with #AF3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3464; }

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

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

background-color css

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

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

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

border-color css

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

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

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