Html Css Color HEX #AF3466 Rouge

📋 copy color: '#AF3466'

red 175 ◦ green 52 ◦ blue 102

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

Shades of Rouge #AF3466

Tints of Rouge #AF3466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 53.19%
G = 15.81%
B = 31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF3466 (or 0xAF3466) is known color: Rouge. HEX triplet: AF, 34 and 66. RGB value is (175,52,102). Sum of RGB (Red+Green+Blue) = 175+52+102=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3466 is #50CB99. Grayscale: #5E5E5E. Windows color (decimal): -5295002 or 6698159. OLE color: 6698159.

HSL color Cylindrical-coordinate representation of color #AF3466: hue angle of 335.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3466 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 102 -
CMYK 0 0.70 0.42 0.31
HSL 335.61º 0.54% 0.45% -
HSV(B) 335.61º 0.7% 0.69% -
XYZ 21.31 12.53 13.87 -
YUV 94.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 175 52 102 0 0.70 0.42 0.31 335.61 0.54 0.45
Hex AF 34 66 0 46 2A 1F 150 36 2D
Octal 257 64 146 0 106 52 37 520 66 55
Binary 10101111 110100 1100110 0 1000110 101010 11111 101010000 110110 101101

Color Harmonies of #AF3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3466

Black with #AF3466

Text Example


Text Example

White with #AF3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3466; }

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

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

background-color css

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

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

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

border-color css

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

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

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