Html Css Color HEX #AF4568 Rouge

📋 copy color: '#AF4568'

red 175 ◦ green 69 ◦ blue 104

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

Shades of Rouge #AF4568

Tints of Rouge #AF4568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 50.29%
G = 19.83%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF4568 (or 0xAF4568) is known color: Rouge. HEX triplet: AF, 45 and 68. RGB value is (175,69,104). Sum of RGB (Red+Green+Blue) = 175+69+104=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4568 is #50BA97. Grayscale: #686868. Windows color (decimal): -5290648 or 6833583. OLE color: 6833583.

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

Color convert

RGB 175 69 104 -
CMYK 0 0.61 0.41 0.31
HSL 340.19º 0.43% 0.48% -
HSV(B) 340.19º 0.61% 0.69% -
XYZ 22.31 14.37 14.69 -
YUV 104.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 175 69 104 0 0.61 0.41 0.31 340.19 0.43 0.48
Hex AF 45 68 0 3D 29 1F 154 2B 30
Octal 257 105 150 0 75 51 37 524 53 60
Binary 10101111 1000101 1101000 0 111101 101001 11111 101010100 101011 110000

Color Harmonies of #AF4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4568

Black with #AF4568

Text Example


Text Example

White with #AF4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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