Html Css Color HEX #AF3063 Rouge

📋 copy color: '#AF3063'

red 175 ◦ green 48 ◦ blue 99

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

Shades of Rouge #AF3063

Tints of Rouge #AF3063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 54.35%
G = 14.91%
B = 30.75%

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

#AF3063 (or 0xAF3063) is known color: Rouge. HEX triplet: AF, 30 and 63. RGB value is (175,48,99). Sum of RGB (Red+Green+Blue) = 175+48+99=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3063 is #50CF9C. Grayscale: #5B5B5B. Windows color (decimal): -5296029 or 6500527. OLE color: 6500527.

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

Color convert

RGB 175 48 99 -
CMYK 0 0.73 0.43 0.31
HSL 335.91º 0.57% 0.44% -
HSV(B) 335.91º 0.73% 0.69% -
XYZ 20.99 12.13 13.04 -
YUV 91.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 175 48 99 0 0.73 0.43 0.31 335.91 0.57 0.44
Hex AF 30 63 0 49 2B 1F 150 39 2C
Octal 257 60 143 0 111 53 37 520 71 54
Binary 10101111 110000 1100011 0 1001001 101011 11111 101010000 111001 101100

Color Harmonies of #AF3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3063

Black with #AF3063

Text Example


Text Example

White with #AF3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3063; }

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

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

background-color css

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

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

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

border-color css

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

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

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