Html Css Color HEX #AF3064 Rouge

📋 copy color: '#AF3064'

red 175 ◦ green 48 ◦ blue 100

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

Shades of Rouge #AF3064

Tints of Rouge #AF3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 54.18%
G = 14.86%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3064 (or 0xAF3064) is known color: Rouge. HEX triplet: AF, 30 and 64. RGB value is (175,48,100). Sum of RGB (Red+Green+Blue) = 175+48+100=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3064 is #50CF9B. Grayscale: #5B5B5B. Windows color (decimal): -5296028 or 6566063. OLE color: 6566063.

HSL color Cylindrical-coordinate representation of color #AF3064: hue angle of 335.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3064 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 100 -
CMYK 0 0.73 0.43 0.31
HSL 335.43º 0.57% 0.44% -
HSV(B) 335.43º 0.73% 0.69% -
XYZ 21.04 12.15 13.29 -
YUV 91.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 175 48 100 0 0.73 0.43 0.31 335.43 0.57 0.44
Hex AF 30 64 0 49 2B 1F 14F 39 2C
Octal 257 60 144 0 111 53 37 517 71 54
Binary 10101111 110000 1100100 0 1001001 101011 11111 101001111 111001 101100

Color Harmonies of #AF3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3064

Black with #AF3064

Text Example


Text Example

White with #AF3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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