Html Css Color HEX #AF3569 Rouge

📋 copy color: '#AF3569'

red 175 ◦ green 53 ◦ blue 105

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

Shades of Rouge #AF3569

Tints of Rouge #AF3569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 52.55%
G = 15.92%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF3569 (or 0xAF3569) is known color: Rouge. HEX triplet: AF, 35 and 69. RGB value is (175,53,105). Sum of RGB (Red+Green+Blue) = 175+53+105=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3569 is #50CA96. Grayscale: #5F5F5F. Windows color (decimal): -5294743 or 6895023. OLE color: 6895023.

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

Color convert

RGB 175 53 105 -
CMYK 0 0.70 0.40 0.31
HSL 334.43º 0.54% 0.45% -
HSV(B) 334.43º 0.7% 0.69% -
XYZ 21.5 12.68 14.68 -
YUV 95.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 175 53 105 0 0.70 0.40 0.31 334.43 0.54 0.45
Hex AF 35 69 0 46 28 1F 14E 36 2D
Octal 257 65 151 0 106 50 37 516 66 55
Binary 10101111 110101 1101001 0 1000110 101000 11111 101001110 110110 101101

Color Harmonies of #AF3569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3569

Black with #AF3569

Text Example


Text Example

White with #AF3569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3569; }

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

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

background-color css

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

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

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

border-color css

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

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

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