Html Css Color HEX #AF3E6A Rouge

📋 copy color: '#AF3E6A'

red 175 ◦ green 62 ◦ blue 106

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

Shades of Rouge #AF3E6A

Tints of Rouge #AF3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

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

R = 51.02%
G = 18.08%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF3E6A (or 0xAF3E6A) is known color: Rouge. HEX triplet: AF, 3E and 6A. RGB value is (175,62,106). Sum of RGB (Red+Green+Blue) = 175+62+106=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6A is #50C195. Grayscale: #646464. Windows color (decimal): -5292438 or 6962863. OLE color: 6962863.

HSL color Cylindrical-coordinate representation of color #AF3E6A: hue angle of 336.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E6A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 106 -
CMYK 0 0.65 0.39 0.31
HSL 336.64º 0.48% 0.46% -
HSV(B) 336.64º 0.65% 0.69% -
XYZ 22 13.6 15.1 -
YUV 100.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 175 62 106 0 0.65 0.39 0.31 336.64 0.48 0.46
Hex AF 3E 6A 0 41 27 1F 151 30 2E
Octal 257 76 152 0 101 47 37 521 60 56
Binary 10101111 111110 1101010 0 1000001 100111 11111 101010001 110000 101110

Color Harmonies of #AF3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E6A

Black with #AF3E6A

Text Example


Text Example

White with #AF3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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