Html Css Color HEX #AF2969 Rouge

📋 copy color: '#AF2969'

red 175 ◦ green 41 ◦ blue 105

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

Shades of Rouge #AF2969

Tints of Rouge #AF2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

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

R = 54.52%
G = 12.77%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF2969 (or 0xAF2969) is known color: Rouge. HEX triplet: AF, 29 and 69. RGB value is (175,41,105). Sum of RGB (Red+Green+Blue) = 175+41+105=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2969 is #50D696. Grayscale: #585858. Windows color (decimal): -5297815 or 6891951. OLE color: 6891951.

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

Color convert

RGB 175 41 105 -
CMYK 0 0.77 0.40 0.31
HSL 331.34º 0.62% 0.42% -
HSV(B) 331.34º 0.77% 0.69% -
XYZ 21.02 11.72 14.52 -
YUV 88.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 175 41 105 0 0.77 0.40 0.31 331.34 0.62 0.42
Hex AF 29 69 0 4D 28 1F 14B 3E 2A
Octal 257 51 151 0 115 50 37 513 76 52
Binary 10101111 101001 1101001 0 1001101 101000 11111 101001011 111110 101010

Color Harmonies of #AF2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2969

Black with #AF2969

Text Example


Text Example

White with #AF2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2969; }

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

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

background-color css

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

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

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

border-color css

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

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

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