Html Css Color HEX #AF4569 Rouge

📋 copy color: '#AF4569'

red 175 ◦ green 69 ◦ blue 105

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

Shades of Rouge #AF4569

Tints of Rouge #AF4569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 50.14%
G = 19.77%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF4569 (or 0xAF4569) is known color: Rouge. HEX triplet: AF, 45 and 69. RGB value is (175,69,105). Sum of RGB (Red+Green+Blue) = 175+69+105=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4569 is #50BA96. Grayscale: #686868. Windows color (decimal): -5290647 or 6899119. OLE color: 6899119.

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

Color convert

RGB 175 69 105 -
CMYK 0 0.61 0.40 0.31
HSL 339.62º 0.43% 0.48% -
HSV(B) 339.62º 0.61% 0.69% -
XYZ 22.36 14.39 14.96 -
YUV 104.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 175 69 105 0 0.61 0.40 0.31 339.62 0.43 0.48
Hex AF 45 69 0 3D 28 1F 154 2B 30
Octal 257 105 151 0 75 50 37 524 53 60
Binary 10101111 1000101 1101001 0 111101 101000 11111 101010100 101011 110000

Color Harmonies of #AF4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4569

Black with #AF4569

Text Example


Text Example

White with #AF4569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4569; }

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

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

background-color css

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

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

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

border-color css

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

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

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