Html Css Color HEX #AF4062 Rouge

📋 copy color: '#AF4062'

red 175 ◦ green 64 ◦ blue 98

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

Shades of Rouge #AF4062

Tints of Rouge #AF4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 51.93%
G = 18.99%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF4062 (or 0xAF4062) is known color: Rouge. HEX triplet: AF, 40 and 62. RGB value is (175,64,98). Sum of RGB (Red+Green+Blue) = 175+64+98=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4062 is #50BF9D. Grayscale: #656565. Windows color (decimal): -5291934 or 6439087. OLE color: 6439087.

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

Color convert

RGB 175 64 98 -
CMYK 0 0.63 0.44 0.31
HSL 341.62º 0.46% 0.47% -
HSV(B) 341.62º 0.63% 0.69% -
XYZ 21.72 13.66 13.05 -
YUV 101.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 175 64 98 0 0.63 0.44 0.31 341.62 0.46 0.47
Hex AF 40 62 0 3F 2C 1F 156 2E 2F
Octal 257 100 142 0 77 54 37 526 56 57
Binary 10101111 1000000 1100010 0 111111 101100 11111 101010110 101110 101111

Color Harmonies of #AF4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4062

Black with #AF4062

Text Example


Text Example

White with #AF4062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4062; }

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

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

background-color css

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

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

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

border-color css

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

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

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