Html Css Color HEX #AF4069 Rouge

📋 copy color: '#AF4069'

red 175 ◦ green 64 ◦ blue 105

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

Shades of Rouge #AF4069

Tints of Rouge #AF4069

RGB

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

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

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

R = 50.87%
G = 18.6%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF4069 (or 0xAF4069) is known color: Rouge. HEX triplet: AF, 40 and 69. RGB value is (175,64,105). Sum of RGB (Red+Green+Blue) = 175+64+105=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4069 is #50BF96. Grayscale: #656565. Windows color (decimal): -5291927 or 6897839. OLE color: 6897839.

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

Color convert

RGB 175 64 105 -
CMYK 0 0.63 0.40 0.31
HSL 337.84º 0.46% 0.47% -
HSV(B) 337.84º 0.63% 0.69% -
XYZ 22.06 13.8 14.87 -
YUV 101.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 175 64 105 0 0.63 0.40 0.31 337.84 0.46 0.47
Hex AF 40 69 0 3F 28 1F 152 2E 2F
Octal 257 100 151 0 77 50 37 522 56 57
Binary 10101111 1000000 1101001 0 111111 101000 11111 101010010 101110 101111

Color Harmonies of #AF4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4069

Black with #AF4069

Text Example


Text Example

White with #AF4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4069; }

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

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

background-color css

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

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

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

border-color css

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

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

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