Html Css Color HEX #AF3062 Rouge

📋 copy color: '#AF3062'

red 175 ◦ green 48 ◦ blue 98

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

Shades of Rouge #AF3062

Tints of Rouge #AF3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 54.52%
G = 14.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF3062 (or 0xAF3062) is known color: Rouge. HEX triplet: AF, 30 and 62. RGB value is (175,48,98). Sum of RGB (Red+Green+Blue) = 175+48+98=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3062 is #50CF9D. Grayscale: #5B5B5B. Windows color (decimal): -5296030 or 6434991. OLE color: 6434991.

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

Color convert

RGB 175 48 98 -
CMYK 0 0.73 0.44 0.31
HSL 336.38º 0.57% 0.44% -
HSV(B) 336.38º 0.73% 0.69% -
XYZ 20.94 12.11 12.79 -
YUV 91.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 175 48 98 0 0.73 0.44 0.31 336.38 0.57 0.44
Hex AF 30 62 0 49 2C 1F 150 39 2C
Octal 257 60 142 0 111 54 37 520 71 54
Binary 10101111 110000 1100010 0 1001001 101100 11111 101010000 111001 101100

Color Harmonies of #AF3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3062

Black with #AF3062

Text Example


Text Example

White with #AF3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3062; }

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

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

background-color css

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

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

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

border-color css

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

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

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