Html Css Color HEX #AF2967 Rouge

📋 copy color: '#AF2967'

red 175 ◦ green 41 ◦ blue 103

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

Shades of Rouge #AF2967

Tints of Rouge #AF2967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 54.86%
G = 12.85%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2967 (or 0xAF2967) is known color: Rouge. HEX triplet: AF, 29 and 67. RGB value is (175,41,103). Sum of RGB (Red+Green+Blue) = 175+41+103=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2967 is #50D698. Grayscale: #585858. Windows color (decimal): -5297817 or 6760879. OLE color: 6760879.

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

Color convert

RGB 175 41 103 -
CMYK 0 0.77 0.41 0.31
HSL 332.24º 0.62% 0.42% -
HSV(B) 332.24º 0.77% 0.69% -
XYZ 20.92 11.68 13.98 -
YUV 88.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 175 41 103 0 0.77 0.41 0.31 332.24 0.62 0.42
Hex AF 29 67 0 4D 29 1F 14C 3E 2A
Octal 257 51 147 0 115 51 37 514 76 52
Binary 10101111 101001 1100111 0 1001101 101001 11111 101001100 111110 101010

Color Harmonies of #AF2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2967

Black with #AF2967

Text Example


Text Example

White with #AF2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2967; }

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

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

background-color css

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

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

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

border-color css

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

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

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