Html Css Color HEX #AF3168 Rouge

📋 copy color: '#AF3168'

red 175 ◦ green 49 ◦ blue 104

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

Shades of Rouge #AF3168

Tints of Rouge #AF3168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 53.35%
G = 14.94%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF3168 (or 0xAF3168) is known color: Rouge. HEX triplet: AF, 31 and 68. RGB value is (175,49,104). Sum of RGB (Red+Green+Blue) = 175+49+104=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3168 is #50CE97. Grayscale: #5C5C5C. Windows color (decimal): -5295768 or 6828463. OLE color: 6828463.

HSL color Cylindrical-coordinate representation of color #AF3168: hue angle of 333.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3168 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 104 -
CMYK 0 0.72 0.41 0.31
HSL 333.81º 0.56% 0.44% -
HSV(B) 333.81º 0.72% 0.69% -
XYZ 21.28 12.31 14.35 -
YUV 92.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 175 49 104 0 0.72 0.41 0.31 333.81 0.56 0.44
Hex AF 31 68 0 48 29 1F 14E 38 2C
Octal 257 61 150 0 110 51 37 516 70 54
Binary 10101111 110001 1101000 0 1001000 101001 11111 101001110 111000 101100

Color Harmonies of #AF3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3168

Black with #AF3168

Text Example


Text Example

White with #AF3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3168; }

 p { color: rgb(175,49,104); }

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

background-color css

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

 a { background-color: rgb(175,49,104); }

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

border-color css

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

 span { border-color: rgb(175,49,104); }

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