Html Css Color HEX #AF3268 Rouge

📋 copy color: '#AF3268'

red 175 ◦ green 50 ◦ blue 104

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

Shades of Rouge #AF3268

Tints of Rouge #AF3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 53.19%
G = 15.2%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF3268 (or 0xAF3268) is known color: Rouge. HEX triplet: AF, 32 and 68. RGB value is (175,50,104). Sum of RGB (Red+Green+Blue) = 175+50+104=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3268 is #50CD97. Grayscale: #5D5D5D. Windows color (decimal): -5295512 or 6828719. OLE color: 6828719.

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

Color convert

RGB 175 50 104 -
CMYK 0 0.71 0.41 0.31
HSL 334.08º 0.56% 0.44% -
HSV(B) 334.08º 0.71% 0.69% -
XYZ 21.32 12.39 14.37 -
YUV 93.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 175 50 104 0 0.71 0.41 0.31 334.08 0.56 0.44
Hex AF 32 68 0 47 29 1F 14E 38 2C
Octal 257 62 150 0 107 51 37 516 70 54
Binary 10101111 110010 1101000 0 1000111 101001 11111 101001110 111000 101100

Color Harmonies of #AF3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3268

Black with #AF3268

Text Example


Text Example

White with #AF3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3268; }

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

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

background-color css

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

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

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

border-color css

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

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

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