Html Css Color HEX #AF3F69 Rouge

📋 copy color: '#AF3F69'

red 175 ◦ green 63 ◦ blue 105

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

Shades of Rouge #AF3F69

Tints of Rouge #AF3F69

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 51.02%
G = 18.37%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF3F69 (or 0xAF3F69) is known color: Rouge. HEX triplet: AF, 3F and 69. RGB value is (175,63,105). Sum of RGB (Red+Green+Blue) = 175+63+105=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F69 is #50C096. Grayscale: #656565. Windows color (decimal): -5292183 or 6897583. OLE color: 6897583.

HSL color Cylindrical-coordinate representation of color #AF3F69: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F69 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 105 -
CMYK 0 0.64 0.40 0.31
HSL 337.5º 0.47% 0.47% -
HSV(B) 337.5º 0.64% 0.69% -
XYZ 22.01 13.69 14.85 -
YUV 101.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 175 63 105 0 0.64 0.40 0.31 337.5 0.47 0.47
Hex AF 3F 69 0 40 28 1F 152 2F 2F
Octal 257 77 151 0 100 50 37 522 57 57
Binary 10101111 111111 1101001 0 1000000 101000 11111 101010010 101111 101111

Color Harmonies of #AF3F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F69

Black with #AF3F69

Text Example


Text Example

White with #AF3F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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