Html Css Color HEX #AF4566 Rouge

📋 copy color: '#AF4566'

red 175 ◦ green 69 ◦ blue 102

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

Shades of Rouge #AF4566

Tints of Rouge #AF4566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 50.58%
G = 19.94%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF4566 (or 0xAF4566) is known color: Rouge. HEX triplet: AF, 45 and 66. RGB value is (175,69,102). Sum of RGB (Red+Green+Blue) = 175+69+102=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4566 is #50BA99. Grayscale: #686868. Windows color (decimal): -5290650 or 6702511. OLE color: 6702511.

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

Color convert

RGB 175 69 102 -
CMYK 0 0.61 0.42 0.31
HSL 341.32º 0.43% 0.48% -
HSV(B) 341.32º 0.61% 0.69% -
XYZ 22.21 14.33 14.17 -
YUV 104.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 175 69 102 0 0.61 0.42 0.31 341.32 0.43 0.48
Hex AF 45 66 0 3D 2A 1F 155 2B 30
Octal 257 105 146 0 75 52 37 525 53 60
Binary 10101111 1000101 1100110 0 111101 101010 11111 101010101 101011 110000

Color Harmonies of #AF4566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4566

Black with #AF4566

Text Example


Text Example

White with #AF4566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4566; }

 p { color: rgb(175,69,102); }

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

background-color css

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

 a { background-color: rgb(175,69,102); }

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

border-color css

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

 span { border-color: rgb(175,69,102); }

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