Html Css Color HEX #AF3065 Rouge

📋 copy color: '#AF3065'

red 175 ◦ green 48 ◦ blue 101

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

Shades of Rouge #AF3065

Tints of Rouge #AF3065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 54.01%
G = 14.81%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3065 (or 0xAF3065) is known color: Rouge. HEX triplet: AF, 30 and 65. RGB value is (175,48,101). Sum of RGB (Red+Green+Blue) = 175+48+101=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3065 is #50CF9A. Grayscale: #5B5B5B. Windows color (decimal): -5296027 or 6631599. OLE color: 6631599.

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

Color convert

RGB 175 48 101 -
CMYK 0 0.73 0.42 0.31
HSL 334.96º 0.57% 0.44% -
HSV(B) 334.96º 0.73% 0.69% -
XYZ 21.09 12.17 13.55 -
YUV 92.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 175 48 101 0 0.73 0.42 0.31 334.96 0.57 0.44
Hex AF 30 65 0 49 2A 1F 14F 39 2C
Octal 257 60 145 0 111 52 37 517 71 54
Binary 10101111 110000 1100101 0 1001001 101010 11111 101001111 111001 101100

Color Harmonies of #AF3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3065

Black with #AF3065

Text Example


Text Example

White with #AF3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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