Html Css Color HEX #AF3366 Rouge

📋 copy color: '#AF3366'

red 175 ◦ green 51 ◦ blue 102

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

Shades of Rouge #AF3366

Tints of Rouge #AF3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 53.35%
G = 15.55%
B = 31.1%

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

#AF3366 (or 0xAF3366) is known color: Rouge. HEX triplet: AF, 33 and 66. RGB value is (175,51,102). Sum of RGB (Red+Green+Blue) = 175+51+102=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3366 is #50CC99. Grayscale: #5D5D5D. Windows color (decimal): -5295258 or 6697903. OLE color: 6697903.

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

Color convert

RGB 175 51 102 -
CMYK 0 0.71 0.42 0.31
HSL 335.32º 0.55% 0.44% -
HSV(B) 335.32º 0.71% 0.69% -
XYZ 21.26 12.44 13.85 -
YUV 93.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 175 51 102 0 0.71 0.42 0.31 335.32 0.55 0.44
Hex AF 33 66 0 47 2A 1F 14F 37 2C
Octal 257 63 146 0 107 52 37 517 67 54
Binary 10101111 110011 1100110 0 1000111 101010 11111 101001111 110111 101100

Color Harmonies of #AF3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3366

Black with #AF3366

Text Example


Text Example

White with #AF3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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