Html Css Color HEX #AF3369 Rouge

📋 copy color: '#AF3369'

red 175 ◦ green 51 ◦ blue 105

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

Shades of Rouge #AF3369

Tints of Rouge #AF3369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 52.87%
G = 15.41%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF3369 (or 0xAF3369) is known color: Rouge. HEX triplet: AF, 33 and 69. RGB value is (175,51,105). Sum of RGB (Red+Green+Blue) = 175+51+105=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3369 is #50CC96. Grayscale: #5E5E5E. Windows color (decimal): -5295255 or 6894511. OLE color: 6894511.

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

Color convert

RGB 175 51 105 -
CMYK 0 0.71 0.40 0.31
HSL 333.87º 0.55% 0.44% -
HSV(B) 333.87º 0.71% 0.69% -
XYZ 21.41 12.5 14.65 -
YUV 94.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 175 51 105 0 0.71 0.40 0.31 333.87 0.55 0.44
Hex AF 33 69 0 47 28 1F 14E 37 2C
Octal 257 63 151 0 107 50 37 516 67 54
Binary 10101111 110011 1101001 0 1000111 101000 11111 101001110 110111 101100

Color Harmonies of #AF3369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3369

Black with #AF3369

Text Example


Text Example

White with #AF3369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3369; }

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

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

background-color css

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

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

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

border-color css

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

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

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