Html Css Color HEX #AF3266 Rouge

📋 copy color: '#AF3266'

red 175 ◦ green 50 ◦ blue 102

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

Shades of Rouge #AF3266

Tints of Rouge #AF3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 53.52%
G = 15.29%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3266 (or 0xAF3266) is known color: Rouge. HEX triplet: AF, 32 and 66. RGB value is (175,50,102). Sum of RGB (Red+Green+Blue) = 175+50+102=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3266 is #50CD99. Grayscale: #5D5D5D. Windows color (decimal): -5295514 or 6697647. OLE color: 6697647.

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

Color convert

RGB 175 50 102 -
CMYK 0 0.71 0.42 0.31
HSL 335.04º 0.56% 0.44% -
HSV(B) 335.04º 0.71% 0.69% -
XYZ 21.22 12.35 13.84 -
YUV 93.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 175 50 102 0 0.71 0.42 0.31 335.04 0.56 0.44
Hex AF 32 66 0 47 2A 1F 14F 38 2C
Octal 257 62 146 0 107 52 37 517 70 54
Binary 10101111 110010 1100110 0 1000111 101010 11111 101001111 111000 101100

Color Harmonies of #AF3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3266

Black with #AF3266

Text Example


Text Example

White with #AF3266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3266; }

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

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

background-color css

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

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

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

border-color css

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

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

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