Html Css Color HEX #AF3F6A Rouge

📋 copy color: '#AF3F6A'

red 175 ◦ green 63 ◦ blue 106

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

Shades of Rouge #AF3F6A

Tints of Rouge #AF3F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 50.87%
G = 18.31%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF3F6A (or 0xAF3F6A) is known color: Rouge. HEX triplet: AF, 3F and 6A. RGB value is (175,63,106). Sum of RGB (Red+Green+Blue) = 175+63+106=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F6A is #50C095. Grayscale: #656565. Windows color (decimal): -5292182 or 6963119. OLE color: 6963119.

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

Color convert

RGB 175 63 106 -
CMYK 0 0.64 0.39 0.31
HSL 336.96º 0.47% 0.47% -
HSV(B) 336.96º 0.64% 0.69% -
XYZ 22.06 13.71 15.12 -
YUV 101.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 175 63 106 0 0.64 0.39 0.31 336.96 0.47 0.47
Hex AF 3F 6A 0 40 27 1F 151 2F 2F
Octal 257 77 152 0 100 47 37 521 57 57
Binary 10101111 111111 1101010 0 1000000 100111 11111 101010001 101111 101111

Color Harmonies of #AF3F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F6A

Black with #AF3F6A

Text Example


Text Example

White with #AF3F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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