Html Css Color HEX #AF4469 Rouge

📋 copy color: '#AF4469'

red 175 ◦ green 68 ◦ blue 105

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

Shades of Rouge #AF4469

Tints of Rouge #AF4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 50.29%
G = 19.54%
B = 30.17%

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

#AF4469 (or 0xAF4469) is known color: Rouge. HEX triplet: AF, 44 and 69. RGB value is (175,68,105). Sum of RGB (Red+Green+Blue) = 175+68+105=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4469 is #50BB96. Grayscale: #686868. Windows color (decimal): -5290903 or 6898863. OLE color: 6898863.

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

Color convert

RGB 175 68 105 -
CMYK 0 0.61 0.40 0.31
HSL 339.25º 0.44% 0.48% -
HSV(B) 339.25º 0.61% 0.69% -
XYZ 22.3 14.27 14.94 -
YUV 104.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 175 68 105 0 0.61 0.40 0.31 339.25 0.44 0.48
Hex AF 44 69 0 3D 28 1F 153 2C 30
Octal 257 104 151 0 75 50 37 523 54 60
Binary 10101111 1000100 1101001 0 111101 101000 11111 101010011 101100 110000

Color Harmonies of #AF4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4469

Black with #AF4469

Text Example


Text Example

White with #AF4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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