Html Css Color HEX #AF296A Rouge

📋 copy color: '#AF296A'

red 175 ◦ green 41 ◦ blue 106

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

Shades of Rouge #AF296A

Tints of Rouge #AF296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 54.35%
G = 12.73%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF296A (or 0xAF296A) is known color: Rouge. HEX triplet: AF, 29 and 6A. RGB value is (175,41,106). Sum of RGB (Red+Green+Blue) = 175+41+106=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF296A is #50D695. Grayscale: #585858. Windows color (decimal): -5297814 or 6957487. OLE color: 6957487.

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

Color convert

RGB 175 41 106 -
CMYK 0 0.77 0.39 0.31
HSL 330.9º 0.62% 0.42% -
HSV(B) 330.9º 0.77% 0.69% -
XYZ 21.07 11.74 14.79 -
YUV 88.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 175 41 106 0 0.77 0.39 0.31 330.9 0.62 0.42
Hex AF 29 6A 0 4D 27 1F 14B 3E 2A
Octal 257 51 152 0 115 47 37 513 76 52
Binary 10101111 101001 1101010 0 1001101 100111 11111 101001011 111110 101010

Color Harmonies of #AF296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF296A

Black with #AF296A

Text Example


Text Example

White with #AF296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF296A; }

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

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

background-color css

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

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

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

border-color css

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

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

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